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-08 10:27:27 +0900 |
| commit | 5cfeb8ecb0dfda3c2eae239a3b4d19189ce244ab (patch) | |
| tree | 9da8f1010e1b880d96cef24008129ef97ab29d62 /doc/html/_sources/c_api.txt | |
| parent | 5e77787cf313225a950f7400b21c7db9f673a3c8 (diff) | |
| download | sip4-tqt-5cfeb8ec.tar.gz sip4-tqt-5cfeb8ec.zip | |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 746782ba8bfbc2ddc7d062f471c42d165f8b8a44)
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 |
