diff options
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 |