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-07 11:28:03 +0900 |
commit | 746782ba8bfbc2ddc7d062f471c42d165f8b8a44 (patch) | |
tree | 9da8f1010e1b880d96cef24008129ef97ab29d62 /doc/html/_sources/c_api.txt | |
parent | bce54982a6bf61d292f293127118a5010260b63e (diff) | |
download | sip4-tqt-746782ba8bfbc2ddc7d062f471c42d165f8b8a44.tar.gz sip4-tqt-746782ba8bfbc2ddc7d062f471c42d165f8b8a44.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/_sources/c_api.txt')
-rw-r--r-- | doc/html/_sources/c_api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/_sources/c_api.txt b/doc/html/_sources/c_api.txt index c1cb25a..db5785d 100644 --- a/doc/html/_sources/c_api.txt +++ b/doc/html/_sources/c_api.txt @@ -1696,7 +1696,7 @@ name prefixed by ``sip``. For example, the derived class for class ``Klass`` is ``sipKlass``. If a C++ class doesn't have any virtual or protected methods in it or any of -it's super-class hierarchy, or does not emit any TQt Q_SIGNALS, then a derived +it's super-class hierarchy, or does not emit any TQt signals, then a derived class is not generated. Most of the time handwritten code should ignore the derived classes. The only |