diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-23 12:43:03 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-25 11:59:43 +0900 |
commit | 62beed758e74fd9d475ddfebfd0ab3e7c0e94ec1 (patch) | |
tree | 9e75dc49b8e6d342e1a0dd28c1cf88a024fc7369 /doc/html/_sources/annotations.txt | |
parent | bb61ff59a532dcb21dd6157832d1e7586a184281 (diff) | |
download | sip4-tqt-62beed758e74fd9d475ddfebfd0ab3e7c0e94ec1.tar.gz sip4-tqt-62beed758e74fd9d475ddfebfd0ab3e7c0e94ec1.zip |
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* versionr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit d5dd0a71a6d0e9893f891a3907e23668a9b081fe)
Diffstat (limited to 'doc/html/_sources/annotations.txt')
-rw-r--r-- | doc/html/_sources/annotations.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/_sources/annotations.txt b/doc/html/_sources/annotations.txt index 05ab847..49909c4 100644 --- a/doc/html/_sources/annotations.txt +++ b/doc/html/_sources/annotations.txt @@ -55,7 +55,7 @@ Annotations can have one of the following types: The following example shows argument and function annotations:: - void exec(QWidget * /Transfer/) /ReleaseGIL, PyName=call_exec/; + void exec(TQWidget * /Transfer/) /ReleaseGIL, PyName=call_exec/; Note that the current version of SIP does not complain about unknown annotations, or annotations used out of their correct context. |