summaryrefslogtreecommitdiffstats
path: root/chalk/HACKING
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-02-02 11:25:41 +0900
committerMichele Calgaro <[email protected]>2024-02-02 11:25:41 +0900
commit63c2fcedcd98caf7979bc4797029cbcb32433a5a (patch)
tree9d7404124628fafdc99e21b8b679e5fc0ea29a24 /chalk/HACKING
parent56ddbe04dc445c012c568083202ce433c1da7026 (diff)
downloadkoffice-63c2fcedcd98caf7979bc4797029cbcb32433a5a.tar.gz
koffice-63c2fcedcd98caf7979bc4797029cbcb32433a5a.zip
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'chalk/HACKING')
-rw-r--r--chalk/HACKING4
1 files changed, 2 insertions, 2 deletions
diff --git a/chalk/HACKING b/chalk/HACKING
index a48526b0..7673eb70 100644
--- a/chalk/HACKING
+++ b/chalk/HACKING
@@ -86,8 +86,8 @@ Spaces
Keep the source airy and open. (However, maybe I was wrong in wanting spaces around ->...)
-Slots and Q_SIGNALS
+Slots and signals
- Prefix Q_SLOTS with slot and Q_SIGNALS with sig: slotUpdateSelection, sigSelectionUpdated.
+ Prefix slots with slot and signals with sig: slotUpdateSelection, sigSelectionUpdated.
Boudewijn Rempt \ No newline at end of file