From 5cfeb8ecb0dfda3c2eae239a3b4d19189ce244ab Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 7 Feb 2024 11:07:33 +0900 Subject: Replace Q_SIGNALS and Q_SLOTS Signed-off-by: Michele Calgaro (cherry picked from commit 746782ba8bfbc2ddc7d062f471c42d165f8b8a44) --- doc/html/_sources/specification_files.txt | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'doc/html/_sources/specification_files.txt') 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*] -- cgit v1.2.3