diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-07 11:07:33 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-08 10:27:27 +0900 |
| commit | 5cfeb8ecb0dfda3c2eae239a3b4d19189ce244ab (patch) | |
| tree | 9da8f1010e1b880d96cef24008129ef97ab29d62 /doc/html/_sources/specification_files.txt | |
| parent | 5e77787cf313225a950f7400b21c7db9f673a3c8 (diff) | |
| download | sip4-tqt-5cfeb8ecb0dfda3c2eae239a3b4d19189ce244ab.tar.gz sip4-tqt-5cfeb8ecb0dfda3c2eae239a3b4d19189ce244ab.zip | |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 746782ba8bfbc2ddc7d062f471c42d165f8b8a44)
Diffstat (limited to 'doc/html/_sources/specification_files.txt')
| -rw-r--r-- | doc/html/_sources/specification_files.txt | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/doc/html/_sources/specification_files.txt b/doc/html/_sources/specification_files.txt index baa18f5..60afe3d 100644 --- a/doc/html/_sources/specification_files.txt +++ b/doc/html/_sources/specification_files.txt @@ -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*] |
