summaryrefslogtreecommitdiffstats
path: root/sphinx/specification_files.rst
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-02-07 11:07:33 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-02-08 10:27:27 +0900
commit5cfeb8ecb0dfda3c2eae239a3b4d19189ce244ab (patch)
tree9da8f1010e1b880d96cef24008129ef97ab29d62 /sphinx/specification_files.rst
parent5e77787cf313225a950f7400b21c7db9f673a3c8 (diff)
downloadsip4-tqt-5cfeb8ec.tar.gz
sip4-tqt-5cfeb8ec.zip
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 746782ba8bfbc2ddc7d062f471c42d165f8b8a44)
Diffstat (limited to 'sphinx/specification_files.rst')
-rw-r--r--sphinx/specification_files.rst12
1 files changed, 4 insertions, 8 deletions
diff --git a/sphinx/specification_files.rst b/sphinx/specification_files.rst
index baa18f5..60afe3d 100644
--- a/sphinx/specification_files.rst
+++ b/sphinx/specification_files.rst
@@ -129,16 +129,12 @@ file.
*virtual-operator* |
*class-variable* |
**public:** |
- **public Q_SLOTS:** |
- **public Q_SLOTS:** |
+ **public slots:** |
**protected:** |
- **protected Q_SLOTS:** |
- **protected Q_SLOTS:** |
+ **protected slots:** |
**private:** |
- **private Q_SLOTS:** |
- **private Q_SLOTS:** |
- **Q_SIGNALS:** |
- **Q_SIGNALS:**]
+ **private slots:** |
+ **signals:**]
*constructor* ::= [**explicit**] *name* **(** [*argument-list*] **)**
[*exceptions*] [*function-annotations*]