From d5dd0a71a6d0e9893f891a3907e23668a9b081fe Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 23 Sep 2023 12:43:03 +0900 Subject: Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version Signed-off-by: Michele Calgaro --- doc/html/_sources/annotations.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/_sources/annotations.txt') 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. -- cgit v1.2.1