diff options
Diffstat (limited to 'sphinx/specification_files.rst')
-rw-r--r-- | sphinx/specification_files.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sphinx/specification_files.rst b/sphinx/specification_files.rst index 6ba3aba..ff352f4 100644 --- a/sphinx/specification_files.rst +++ b/sphinx/specification_files.rst @@ -130,15 +130,15 @@ file. *class-variable* | **public:** | **public Q_SLOTS:** | - **public slots:** | + **public Q_SLOTS:** | **protected:** | **protected Q_SLOTS:** | - **protected slots:** | + **protected Q_SLOTS:** | **private:** | **private Q_SLOTS:** | - **private slots:** | + **private Q_SLOTS:** | **Q_SIGNALS:** | - **signals:**] + **Q_SIGNALS:**] *constructor* ::= [**explicit**] *name* **(** [*argument-list*] **)** [*exceptions*] [*function-annotations*] |