summaryrefslogtreecommitdiffstats
path: root/kpf
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-02-05 11:19:23 +0900
committerMichele Calgaro <[email protected]>2024-02-06 10:19:08 +0900
commit9bea52fdd563a80f22e26375afca2d0ac461b379 (patch)
treebf4484bb49b96ea9f1b766df543d39bb4b5704a9 /kpf
parent5d85a610bd02473cbcb1fe25f02c6590b31b6be0 (diff)
downloadtdenetwork-9bea52fdd563a80f22e26375afca2d0ac461b379.tar.gz
tdenetwork-9bea52fdd563a80f22e26375afca2d0ac461b379.zip
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit e050a3eb30a884522a3b09df0c37c8fc69c0c5bb)
Diffstat (limited to 'kpf')
-rw-r--r--kpf/DESIGN2
1 files changed, 1 insertions, 1 deletions
diff --git a/kpf/DESIGN b/kpf/DESIGN
index bacfc82b..7f5d9fa9 100644
--- a/kpf/DESIGN
+++ b/kpf/DESIGN
@@ -33,7 +33,7 @@ Server
May serve more than one request per connection (this is HTTP persistence.)
Creates Request object on incoming request.
Creates Response object when incoming request is fully received.
- Sends Request and Response objects out via Q_SIGNALS, so that they
+ Sends Request and Response objects out via signals, so that they
may be used by ActiveMonitorItem objects.
WebServer