diff options
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*] |