You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
852 B
Plaintext
49 lines
852 B
Plaintext
15 years ago
|
qaccessible
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
All headers that contain the keywork Q_OBJECT have been ported,
|
||
|
exept for these due to *@#$ private functions
|
||
|
|
||
|
qclipboard
|
||
|
qcolordialog
|
||
|
qdragobject (QDragManager)
|
||
|
qfontdialog
|
||
|
qguardedptr (TQGuardedPtr, weird compilation failure)
|
||
|
qinputdialog
|
||
|
qnetworkprotocol (QNetworkProtocolFactory, weird compilation failure)
|
||
|
qsessionmanager
|
||
|
qtranslator (QT_NO_TRANSLATION is set, MOC does not honor #ifdef)
|
||
|
qwidgetplugin (TQWidgetContainerPlugin, weird compilation failure)
|
||
|
|
||
|
|
||
|
|
||
|
And these that do not contain Q_OBJECT are failing:
|
||
|
|
||
|
qasciicache
|
||
|
qasciidict
|
||
|
qcache
|
||
|
qcleanuphandler
|
||
|
qdeepcopy
|
||
|
qdict
|
||
|
qintcache
|
||
|
qintdict
|
||
|
qmap
|
||
|
qmemarray
|
||
|
qptrdict
|
||
|
qptrlist
|
||
|
qptrqueue
|
||
|
qsortedlist
|
||
|
qsqlpropertymap
|
||
|
qsqlselectcursor
|
||
|
qthreadstorage
|
||
|
qtl
|
||
|
qvaluelist
|
||
|
qvaluestack
|
||
|
|
||
|
This may have something to do with the template class junk
|
||
|
|
||
|
Weird headers with no classes (???):
|
||
|
|
||
|
tqdrawutil
|