summaryrefslogtreecommitdiffstats
path: root/sphinx/specification_files.rst
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-22 03:12:38 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-22 03:12:38 -0600
commit7d27356bafd5670adcc8753ab5437b3bf8ffa4be (patch)
tree959eb3757b9dc41290c81c022e45c955573e9a59 /sphinx/specification_files.rst
parent6c4cc3653e8dd7668295f3e659b7eb4dc571b67c (diff)
downloadsip4-tqt-7d27356bafd5670adcc8753ab5437b3bf8ffa4be.tar.gz
sip4-tqt-7d27356bafd5670adcc8753ab5437b3bf8ffa4be.zip
Initial TQt conversion
Diffstat (limited to 'sphinx/specification_files.rst')
-rw-r--r--sphinx/specification_files.rst8
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*]