diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-06-18 23:10:53 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-06-18 23:10:53 +0900 |
commit | 941081ce59c5bca75ab837bd14b2503047e4ab2e (patch) | |
tree | 215ab6b0c53b575c7aceac83cee4db0e7b071a95 /qtsharp | |
parent | d425da226ca10660d2e9dd53aaa6d895ce772904 (diff) | |
download | tdebindings-941081ce59c5bca75ab837bd14b2503047e4ab2e.tar.gz tdebindings-941081ce59c5bca75ab837bd14b2503047e4ab2e.zip |
Drop Qt2's TQSemiModal and TQSortedList classes.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'qtsharp')
-rw-r--r-- | qtsharp/src/api/qt.xml | 16 | ||||
-rw-r--r-- | qtsharp/src/bindings/qt.build | 2 |
2 files changed, 0 insertions, 18 deletions
diff --git a/qtsharp/src/api/qt.xml b/qtsharp/src/api/qt.xml index e2e84dad..711738bc 100644 --- a/qtsharp/src/api/qt.xml +++ b/qtsharp/src/api/qt.xml @@ -15189,14 +15189,6 @@ id="0"> <qmethod name="tryAccess" access="public" return="bool" id="0"> <qparam type="int" name="arg1"/> </qmethod> -</qtype> <qtype name="TQSemiModal" access="public"> - <qancestor name="TQDialog"/> - <qctor name="TQSemiModal" access="public" id="0"> - <qparam type="TQWidget*" name="parent" default="0"/> - <qparam type="char*" name="name" default="0"/> - <qparam type="bool" name="modal" default="FALSE"/> - <qparam type="WFlags" name="f" default="0"/> - </qctor> </qtype> <qtype name="TQSenderObject" access="public"> <qancestor name="TQObject"/> <qmethod name="setSender" access="public" return="void" id="0"> @@ -15878,14 +15870,6 @@ id="0"> <qmethod name="protected_event" access="protected" return="bool" id="0"> <qparam type="TQEvent*" name="arg1"/> </qmethod> -</qtype> <qtype name="TQSortedList" access="public"> - <qancestor name="TQPtrList"/> - <qctor name="TQSortedList" access="public" id="0"/> - <qdctor name="TQSortedList" access="public"/> - <qmethod name="compareItems" access="public" return="int" id="0"> - <qparam type="TQPtrCollection::Item" name="s1"/> - <qparam type="TQPtrCollection::Item" name="s2"/> - </qmethod> </qtype> <qtype name="TQSound" access="public"> <qancestor name="TQObject"/> <qctor name="TQSound" access="public" id="0"> diff --git a/qtsharp/src/bindings/qt.build b/qtsharp/src/bindings/qt.build index 1481dddd..8f7c3d0c 100644 --- a/qtsharp/src/bindings/qt.build +++ b/qtsharp/src/bindings/qt.build @@ -332,7 +332,6 @@ <file name="TQScrollBar.cs" /> <file name="TQScrollView.cs" /> <file name="TQSemaphore.cs" /> - <file name="TQSemiModal.cs" /> <file name="TQSenderObject.cs" /> <file name="TQServerSocket.cs" /> <file name="TQSessionManager.cs" /> @@ -352,7 +351,6 @@ <file name="TQSocket.cs" /> <file name="TQSocketDevice.cs" /> <file name="TQSocketNotifier.cs" /> - <file name="TQSortedList.cs" /> <file name="TQSound.cs" /> <file name="TQSpacerItem.cs" /> <file name="TQSpinBox.cs" /> |