From 8fd6ecb1c7f99a404f3453aa712ccdf0714a54ba Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Sun, 7 Aug 2016 12:20:43 +0000 Subject: [PATCH] make sure classes are not mapped more then once Signed-off-by: Ivailo Monev --- scripts/genmap.py | 6 +- src/shared/qclass_lib_map.h | 759 ++++++++++++++++++++++---------------------- 2 files changed, 379 insertions(+), 386 deletions(-) diff --git a/scripts/genmap.py b/scripts/genmap.py index 6fa7cd3cd..5fbdd63be 100755 --- a/scripts/genmap.py +++ b/scripts/genmap.py @@ -23,6 +23,7 @@ components = { } mapoutput = 'src/shared/qclass_lib_map.h' classcount = -1 +mappedclasses = [] mapdata = '// Automatically generated by genmap.py, DO NOT EDIT!\n\n' mapdata += '#ifndef QT_CLASS_MAP_H\n#define QT_CLASS_MAP_H\n\n' mapdata += 'static const ClassInfoEntry qclass_lib_map[] = {\n' @@ -31,7 +32,7 @@ def exportscan(sdir, keyword, component): dirmap = '' global classcount for sroot, sdir, lfiles in os.walk(sdir): - for sfile in lfiles: + for sfile in sorted(lfiles): if not sfile.endswith('.h') or sfile.endswith('_p.h'): continue sfull = '%s/%s' % (sroot, sfile) @@ -39,6 +40,9 @@ def exportscan(sdir, keyword, component): scontent = f.read() scontent = scontent.decode('utf-8') for match in re.findall('(?:class|struct) (?:%s) (\w+)' % keyword, scontent): + if match in mappedclasses: + continue + mappedclasses.append(match) dirmap += ' { "%s", "%s/%s"},\n' % (match, component, sfile) classcount += 1 return dirmap diff --git a/src/shared/qclass_lib_map.h b/src/shared/qclass_lib_map.h index 7e7d4d62c..594872eb0 100644 --- a/src/shared/qclass_lib_map.h +++ b/src/shared/qclass_lib_map.h @@ -35,12 +35,12 @@ static const ClassInfoEntry qclass_lib_map[] = { { "QXmlLexicalHandler", "QtXml/qxml.h"}, { "QXmlDeclHandler", "QtXml/qxml.h"}, { "QXmlDefaultHandler", "QtXml/qxml.h"}, - { "QTextCodecFactoryInterface", "QtCore/qtextcodecplugin.h"}, - { "QTextCodecPlugin", "QtCore/qtextcodecplugin.h"}, { "QTextCodec", "QtCore/qtextcodec.h"}, { "ConverterState", "QtCore/qtextcodec.h"}, { "QTextEncoder", "QtCore/qtextcodec.h"}, { "QTextDecoder", "QtCore/qtextcodec.h"}, + { "QTextCodecFactoryInterface", "QtCore/qtextcodecplugin.h"}, + { "QTextCodecPlugin", "QtCore/qtextcodecplugin.h"}, { "QXmlStreamStringRef", "QtCore/qxmlstream.h"}, { "QXmlStreamAttribute", "QtCore/qxmlstream.h"}, { "QXmlStreamAttributes", "QtCore/qxmlstream.h"}, @@ -50,240 +50,235 @@ static const ClassInfoEntry qclass_lib_map[] = { { "QXmlStreamEntityResolver", "QtCore/qxmlstream.h"}, { "QXmlStreamReader", "QtCore/qxmlstream.h"}, { "QXmlStreamWriter", "QtCore/qxmlstream.h"}, - { "QFutureWatcherBase", "QtCore/qfuturewatcher.h"}, - { "QThreadPool", "QtCore/qthreadpool.h"}, - { "BlockSizeManager", "QtCore/qtconcurrentiteratekernel.h"}, { "QFutureInterfaceBase", "QtCore/qfutureinterface.h"}, - { "ResultIteratorBase", "QtCore/qtconcurrentresultstore.h"}, - { "ResultStoreBase", "QtCore/qtconcurrentresultstore.h"}, + { "QFutureWatcherBase", "QtCore/qfuturewatcher.h"}, { "Exception", "QtCore/qtconcurrentexception.h"}, { "UnhandledException", "QtCore/qtconcurrentexception.h"}, { "ExceptionStore", "QtCore/qtconcurrentexception.h"}, - { "ExceptionStore", "QtCore/qtconcurrentexception.h"}, + { "BlockSizeManager", "QtCore/qtconcurrentiteratekernel.h"}, + { "ResultIteratorBase", "QtCore/qtconcurrentresultstore.h"}, + { "ResultStoreBase", "QtCore/qtconcurrentresultstore.h"}, { "ThreadEngineBase", "QtCore/qtconcurrentthreadengine.h"}, + { "QThreadPool", "QtCore/qthreadpool.h"}, + { "QBitArray", "QtCore/qbitarray.h"}, + { "QBitRef", "QtCore/qbitarray.h"}, { "QByteArray", "QtCore/qbytearray.h"}, { "QByteRef", "QtCore/qbytearray.h"}, - { "QSharedData", "QtCore/qshareddata.h"}, - { "QLine", "QtCore/qline.h"}, - { "QLineF", "QtCore/qline.h"}, + { "QByteArrayMatcher", "QtCore/qbytearraymatcher.h"}, + { "QChar", "QtCore/qchar.h"}, + { "QCommandLineOption", "QtCore/qcommandlineoption.h"}, { "QCommandLineParser", "QtCore/qcommandlineparser.h"}, + { "QContiguousCacheData", "QtCore/qcontiguouscache.h"}, + { "QCryptographicHash", "QtCore/qcryptographichash.h"}, + { "QDate", "QtCore/qdatetime.h"}, + { "QTime", "QtCore/qdatetime.h"}, + { "QDateTime", "QtCore/qdatetime.h"}, + { "QEasingCurve", "QtCore/qeasingcurve.h"}, + { "QElapsedTimer", "QtCore/qelapsedtimer.h"}, { "QHashData", "QtCore/qhash.h"}, + { "QLine", "QtCore/qline.h"}, + { "QLineF", "QtCore/qline.h"}, + { "QLinkedListData", "QtCore/qlinkedlist.h"}, { "QListData", "QtCore/qlist.h"}, - { "QTimeLine", "QtCore/qtimeline.h"}, - { "QSize", "QtCore/qsize.h"}, - { "QSizeF", "QtCore/qsize.h"}, - { "QCryptographicHash", "QtCore/qcryptographichash.h"}, - { "QByteArrayMatcher", "QtCore/qbytearraymatcher.h"}, - { "QContiguousCacheData", "QtCore/qcontiguouscache.h"}, - { "QBitArray", "QtCore/qbitarray.h"}, - { "QBitRef", "QtCore/qbitarray.h"}, { "QSystemLocale", "QtCore/qlocale.h"}, { "QLocale", "QtCore/qlocale.h"}, - { "QRegExp", "QtCore/qregexp.h"}, + { "QMapData", "QtCore/qmap.h"}, + { "QPoint", "QtCore/qpoint.h"}, + { "QPointF", "QtCore/qpoint.h"}, { "QRect", "QtCore/qrect.h"}, { "QRectF", "QtCore/qrect.h"}, - { "QElapsedTimer", "QtCore/qelapsedtimer.h"}, - { "QLinkedListData", "QtCore/qlinkedlist.h"}, - { "QCommandLineOption", "QtCore/qcommandlineoption.h"}, - { "QVectorData", "QtCore/qvector.h"}, - { "QMapData", "QtCore/qmap.h"}, - { "QStringMatcher", "QtCore/qstringmatcher.h"}, - { "QAbstractConcatenable", "QtCore/qstringbuilder.h"}, - { "QEasingCurve", "QtCore/qeasingcurve.h"}, - { "QDate", "QtCore/qdatetime.h"}, - { "QTime", "QtCore/qdatetime.h"}, - { "QDateTime", "QtCore/qdatetime.h"}, + { "QRegExp", "QtCore/qregexp.h"}, + { "QSharedData", "QtCore/qshareddata.h"}, + { "QSize", "QtCore/qsize.h"}, + { "QSizeF", "QtCore/qsize.h"}, { "QString", "QtCore/qstring.h"}, { "QLatin1String", "QtCore/qstring.h"}, { "QCharRef", "QtCore/qstring.h"}, { "QStringRef", "QtCore/qstring.h"}, - { "QChar", "QtCore/qchar.h"}, + { "QAbstractConcatenable", "QtCore/qstringbuilder.h"}, + { "QStringMatcher", "QtCore/qstringmatcher.h"}, { "QTextBoundaryFinder", "QtCore/qtextboundaryfinder.h"}, - { "QPoint", "QtCore/qpoint.h"}, - { "QPointF", "QtCore/qpoint.h"}, + { "QTimeLine", "QtCore/qtimeline.h"}, + { "QVectorData", "QtCore/qvector.h"}, + { "QAtomicInt", "QtCore/qatomic.h"}, { "QBasicAtomicInt", "QtCore/qbasicatomic.h"}, - { "QSemaphore", "QtCore/qsemaphore.h"}, - { "QThreadStorageData", "QtCore/qthreadstorage.h"}, - { "QReadWriteLock", "QtCore/qreadwritelock.h"}, - { "QReadLocker", "QtCore/qreadwritelock.h"}, - { "QWriteLocker", "QtCore/qreadwritelock.h"}, + { "QMutex", "QtCore/qmutex.h"}, + { "QMutexLocker", "QtCore/qmutex.h"}, { "QReadWriteLock", "QtCore/qreadwritelock.h"}, { "QReadLocker", "QtCore/qreadwritelock.h"}, { "QWriteLocker", "QtCore/qreadwritelock.h"}, - { "QWaitCondition", "QtCore/qwaitcondition.h"}, - { "QWaitCondition", "QtCore/qwaitcondition.h"}, - { "QAtomicInt", "QtCore/qatomic.h"}, - { "QThread", "QtCore/qthread.h"}, + { "QSemaphore", "QtCore/qsemaphore.h"}, { "QThread", "QtCore/qthread.h"}, - { "QMutex", "QtCore/qmutex.h"}, - { "QMutexLocker", "QtCore/qmutex.h"}, - { "QMutex", "QtCore/qmutex.h"}, - { "QMutexLocker", "QtCore/qmutex.h"}, - { "QState", "QtCore/qstate.h"}, - { "QEventTransition", "QtCore/qeventtransition.h"}, + { "QThreadStorageData", "QtCore/qthreadstorage.h"}, + { "QWaitCondition", "QtCore/qwaitcondition.h"}, + { "QAbstractState", "QtCore/qabstractstate.h"}, { "QAbstractTransition", "QtCore/qabstracttransition.h"}, - { "QHistoryState", "QtCore/qhistorystate.h"}, + { "QEventTransition", "QtCore/qeventtransition.h"}, { "QFinalState", "QtCore/qfinalstate.h"}, - { "QAbstractState", "QtCore/qabstractstate.h"}, + { "QHistoryState", "QtCore/qhistorystate.h"}, + { "QSignalTransition", "QtCore/qsignaltransition.h"}, + { "QState", "QtCore/qstate.h"}, { "QStateMachine", "QtCore/qstatemachine.h"}, { "SignalEvent", "QtCore/qstatemachine.h"}, { "WrappedEvent", "QtCore/qstatemachine.h"}, - { "QSignalTransition", "QtCore/qsignaltransition.h"}, - { "QPluginLoader", "QtCore/qpluginloader.h"}, { "QFactoryInterface", "QtCore/qfactoryinterface.h"}, - { "QUuid", "QtCore/quuid.h"}, { "QLibrary", "QtCore/qlibrary.h"}, - { "QPropertyAnimation", "QtCore/qpropertyanimation.h"}, - { "QSequentialAnimationGroup", "QtCore/qsequentialanimationgroup.h"}, - { "QVariantAnimation", "QtCore/qvariantanimation.h"}, - { "QParallelAnimationGroup", "QtCore/qparallelanimationgroup.h"}, + { "QPluginLoader", "QtCore/qpluginloader.h"}, + { "QUuid", "QtCore/quuid.h"}, { "QAbstractAnimation", "QtCore/qabstractanimation.h"}, { "QAnimationDriver", "QtCore/qabstractanimation.h"}, { "QAnimationGroup", "QtCore/qanimationgroup.h"}, + { "QParallelAnimationGroup", "QtCore/qparallelanimationgroup.h"}, { "QPauseAnimation", "QtCore/qpauseanimation.h"}, + { "QPropertyAnimation", "QtCore/qpropertyanimation.h"}, + { "QSequentialAnimationGroup", "QtCore/qsequentialanimationgroup.h"}, + { "QVariantAnimation", "QtCore/qvariantanimation.h"}, { "QLibraryInfo", "QtCore/qlibraryinfo.h"}, { "QInternal", "QtCore/qnamespace.h"}, + { "QJsonArray", "QtCore/qjsonarray.h"}, { "QJsonParseError", "QtCore/qjsondocument.h"}, { "QJsonDocument", "QtCore/qjsondocument.h"}, + { "QJsonObject", "QtCore/qjsonobject.h"}, { "QJsonValue", "QtCore/qjsonvalue.h"}, { "QJsonValueRef", "QtCore/qjsonvalue.h"}, { "QJsonValueRefPtr", "QtCore/qjsonvalue.h"}, { "QJsonValuePtr", "QtCore/qjsonvalue.h"}, - { "QJsonArray", "QtCore/qjsonarray.h"}, - { "QJsonObject", "QtCore/qjsonobject.h"}, - { "QFSFileEngine", "QtCore/qfsfileengine.h"}, - { "QIODevice", "QtCore/qiodevice.h"}, - { "QFileInfo", "QtCore/qfileinfo.h"}, - { "QDebug", "QtCore/qdebug.h"}, - { "QResource", "QtCore/qresource.h"}, - { "QDataStream", "QtCore/qdatastream.h"}, - { "QFileSystemWatcher", "QtCore/qfilesystemwatcher.h"}, - { "QTemporaryFile", "QtCore/qtemporaryfile.h"}, - { "QProcessEnvironment", "QtCore/qprocess.h"}, - { "QProcess", "QtCore/qprocess.h"}, { "QAbstractFileEngine", "QtCore/qabstractfileengine.h"}, { "QAbstractFileEngineHandler", "QtCore/qabstractfileengine.h"}, { "QAbstractFileEngineIterator", "QtCore/qabstractfileengine.h"}, - { "QUrl", "QtCore/qurl.h"}, + { "QBuffer", "QtCore/qbuffer.h"}, + { "QDataStream", "QtCore/qdatastream.h"}, + { "QDebug", "QtCore/qdebug.h"}, { "QDir", "QtCore/qdir.h"}, + { "QDirIterator", "QtCore/qdiriterator.h"}, { "QFile", "QtCore/qfile.h"}, - { "QTextStream", "QtCore/qtextstream.h"}, - { "QTextStreamManipulator", "QtCore/qtextstream.h"}, - { "QSettings", "QtCore/qsettings.h"}, + { "QFileInfo", "QtCore/qfileinfo.h"}, + { "QFileSystemWatcher", "QtCore/qfilesystemwatcher.h"}, + { "QFSFileEngine", "QtCore/qfsfileengine.h"}, + { "QIODevice", "QtCore/qiodevice.h"}, + { "QProcessEnvironment", "QtCore/qprocess.h"}, + { "QProcess", "QtCore/qprocess.h"}, + { "QResource", "QtCore/qresource.h"}, { "QSettings", "QtCore/qsettings.h"}, - { "QDirIterator", "QtCore/qdiriterator.h"}, { "QStandardPaths", "QtCore/qstandardpaths.h"}, - { "QBuffer", "QtCore/qbuffer.h"}, - { "QObject", "QtCore/qobject.h"}, - { "QObjectUserData", "QtCore/qobject.h"}, - { "QMimeData", "QtCore/qmimedata.h"}, - { "QBasicTimer", "QtCore/qbasictimer.h"}, - { "QSharedMemory", "QtCore/qsharedmemory.h"}, - { "QObjectCleanupHandler", "QtCore/qobjectcleanuphandler.h"}, + { "QTemporaryFile", "QtCore/qtemporaryfile.h"}, + { "QTextStream", "QtCore/qtextstream.h"}, + { "QTextStreamManipulator", "QtCore/qtextstream.h"}, + { "QUrl", "QtCore/qurl.h"}, { "QAbstractEventDispatcher", "QtCore/qabstracteventdispatcher.h"}, - { "QSignalMapper", "QtCore/qsignalmapper.h"}, - { "QEvent", "QtCore/qcoreevent.h"}, - { "QTimerEvent", "QtCore/qcoreevent.h"}, - { "QChildEvent", "QtCore/qcoreevent.h"}, - { "QDynamicPropertyChangeEvent", "QtCore/qcoreevent.h"}, { "QModelIndex", "QtCore/qabstractitemmodel.h"}, { "QPersistentModelIndex", "QtCore/qabstractitemmodel.h"}, { "QAbstractItemModel", "QtCore/qabstractitemmodel.h"}, { "QAbstractTableModel", "QtCore/qabstractitemmodel.h"}, { "QAbstractListModel", "QtCore/qabstractitemmodel.h"}, + { "QBasicTimer", "QtCore/qbasictimer.h"}, + { "QCoreApplication", "QtCore/qcoreapplication.h"}, + { "QEvent", "QtCore/qcoreevent.h"}, + { "QTimerEvent", "QtCore/qcoreevent.h"}, + { "QChildEvent", "QtCore/qcoreevent.h"}, + { "QDynamicPropertyChangeEvent", "QtCore/qcoreevent.h"}, + { "QEventLoop", "QtCore/qeventloop.h"}, { "QMetaMethod", "QtCore/qmetaobject.h"}, { "QMetaEnum", "QtCore/qmetaobject.h"}, { "QMetaProperty", "QtCore/qmetaobject.h"}, { "QMetaClassInfo", "QtCore/qmetaobject.h"}, - { "QVariant", "QtCore/qvariant.h"}, - { "QCoreApplication", "QtCore/qcoreapplication.h"}, - { "QTranslator", "QtCore/qtranslator.h"}, + { "QMetaType", "QtCore/qmetatype.h"}, + { "QMimeData", "QtCore/qmimedata.h"}, + { "QObject", "QtCore/qobject.h"}, + { "QObjectUserData", "QtCore/qobject.h"}, + { "QObjectCleanupHandler", "QtCore/qobjectcleanuphandler.h"}, { "QGenericArgument", "QtCore/qobjectdefs.h"}, { "QGenericReturnArgument", "QtCore/qobjectdefs.h"}, { "QMetaObject", "QtCore/qobjectdefs.h"}, - { "QMetaType", "QtCore/qmetatype.h"}, + { "QSharedMemory", "QtCore/qsharedmemory.h"}, + { "QSignalMapper", "QtCore/qsignalmapper.h"}, + { "QSocketNotifier", "QtCore/qsocketnotifier.h"}, { "QSystemSemaphore", "QtCore/qsystemsemaphore.h"}, { "QTimer", "QtCore/qtimer.h"}, - { "QEventLoop", "QtCore/qeventloop.h"}, - { "QSocketNotifier", "QtCore/qsocketnotifier.h"}, + { "QTranslator", "QtCore/qtranslator.h"}, + { "QVariant", "QtCore/qvariant.h"}, { "QDesignerComponents", "QtDesigner/qdesigner_components.h"}, - { "FormWindowWidgetStack", "QtDesigner/formwindow_widgetstack.h"}, - { "FormEditor", "QtDesigner/formeditor.h"}, { "ActionProviderBase", "QtDesigner/default_actionprovider.h"}, { "QToolBarActionProvider", "QtDesigner/default_actionprovider.h"}, { "QMenuBarActionProvider", "QtDesigner/default_actionprovider.h"}, { "QMenuActionProvider", "QtDesigner/default_actionprovider.h"}, - { "IconCache", "QtDesigner/iconcache.h"}, - { "FormWindowCursor", "QtDesigner/formwindowcursor.h"}, - { "QtBrushManager", "QtDesigner/qtbrushmanager.h"}, + { "FormEditor", "QtDesigner/formeditor.h"}, { "FormWindow", "QtDesigner/formwindow.h"}, + { "FormWindowWidgetStack", "QtDesigner/formwindow_widgetstack.h"}, + { "FormWindowCursor", "QtDesigner/formwindowcursor.h"}, { "FormWindowManager", "QtDesigner/formwindowmanager.h"}, + { "IconCache", "QtDesigner/iconcache.h"}, + { "QDesignerResource", "QtDesigner/qdesigner_resource.h"}, + { "QtBrushManager", "QtDesigner/qtbrushmanager.h"}, { "WidgetHandle", "QtDesigner/widgetselection.h"}, { "WidgetSelection", "QtDesigner/widgetselection.h"}, - { "QDesignerResource", "QtDesigner/qdesigner_resource.h"}, - { "StringListEditorButton", "QtDesigner/stringlisteditorbutton.h"}, - { "PropertyEditor", "QtDesigner/propertyeditor.h"}, - { "PaletteEditorButton", "QtDesigner/paletteeditorbutton.h"}, { "NewDynamicPropertyDialog", "QtDesigner/newdynamicpropertydialog.h"}, - { "SignalSlotEditorTool", "QtDesigner/signalsloteditor_tool.h"}, + { "PaletteEditorButton", "QtDesigner/paletteeditorbutton.h"}, + { "PropertyEditor", "QtDesigner/propertyeditor.h"}, + { "StringListEditorButton", "QtDesigner/stringlisteditorbutton.h"}, { "SignalSlotEditor", "QtDesigner/signalsloteditor.h"}, { "SignalSlotEditorPlugin", "QtDesigner/signalsloteditor_plugin.h"}, + { "SignalSlotEditorTool", "QtDesigner/signalsloteditor_tool.h"}, { "ObjectInspector", "QtDesigner/objectinspector.h"}, - { "WidgetBoxDnDItem", "QtDesigner/widgetbox_dnditem.h"}, { "WidgetBox", "QtDesigner/widgetbox.h"}, - { "BuddyEditorPlugin", "QtDesigner/buddyeditor_plugin.h"}, + { "WidgetBoxDnDItem", "QtDesigner/widgetbox_dnditem.h"}, { "BuddyEditor", "QtDesigner/buddyeditor.h"}, + { "BuddyEditorPlugin", "QtDesigner/buddyeditor_plugin.h"}, { "BuddyEditorTool", "QtDesigner/buddyeditor_tool.h"}, { "TabOrderEditor", "QtDesigner/tabordereditor.h"}, - { "TabOrderEditorTool", "QtDesigner/tabordereditor_tool.h"}, { "TabOrderEditorPlugin", "QtDesigner/tabordereditor_plugin.h"}, + { "TabOrderEditorTool", "QtDesigner/tabordereditor_tool.h"}, { "TaskMenuComponent", "QtDesigner/taskmenu_component.h"}, - { "QExtensionManager", "QtDesigner/qextensionmanager.h"}, { "QExtensionFactory", "QtDesigner/default_extensionfactory.h"}, - { "QHelpSearchQuery", "QtHelp/qhelpsearchengine.h"}, - { "QHelpSearchEngine", "QtHelp/qhelpsearchengine.h"}, - { "QHelpEngineCore", "QtHelp/qhelpenginecore.h"}, - { "QHelpIndexModel", "QtHelp/qhelpindexwidget.h"}, - { "QHelpIndexWidget", "QtHelp/qhelpindexwidget.h"}, + { "QExtensionManager", "QtDesigner/qextensionmanager.h"}, { "QHelpContentItem", "QtHelp/qhelpcontentwidget.h"}, { "QHelpContentModel", "QtHelp/qhelpcontentwidget.h"}, { "QHelpContentWidget", "QtHelp/qhelpcontentwidget.h"}, - { "QHelpSearchResultWidget", "QtHelp/qhelpsearchresultwidget.h"}, { "QHelpEngine", "QtHelp/qhelpengine.h"}, + { "QHelpEngineCore", "QtHelp/qhelpenginecore.h"}, + { "QHelpIndexModel", "QtHelp/qhelpindexwidget.h"}, + { "QHelpIndexWidget", "QtHelp/qhelpindexwidget.h"}, + { "QHelpSearchQuery", "QtHelp/qhelpsearchengine.h"}, + { "QHelpSearchEngine", "QtHelp/qhelpsearchengine.h"}, { "QHelpSearchQueryWidget", "QtHelp/qhelpsearchquerywidget.h"}, - { "QScriptString", "QtScript/qscriptstring.h"}, - { "QScriptValue", "QtScript/qscriptvalue.h"}, - { "QScriptExtensionPlugin", "QtScript/qscriptextensionplugin.h"}, - { "QScriptEngineAgent", "QtScript/qscriptengineagent.h"}, + { "QHelpSearchResultWidget", "QtHelp/qhelpsearchresultwidget.h"}, { "QScriptable", "QtScript/qscriptable.h"}, + { "QScriptClass", "QtScript/qscriptclass.h"}, + { "QScriptClassPropertyIterator", "QtScript/qscriptclasspropertyiterator.h"}, + { "QScriptContext", "QtScript/qscriptcontext.h"}, { "QScriptContextInfo", "QtScript/qscriptcontextinfo.h"}, { "QScriptSyntaxCheckResult", "QtScript/qscriptengine.h"}, { "QScriptEngine", "QtScript/qscriptengine.h"}, - { "QScriptValueIterator", "QtScript/qscriptvalueiterator.h"}, - { "QScriptProgram", "QtScript/qscriptprogram.h"}, - { "QScriptClass", "QtScript/qscriptclass.h"}, - { "QScriptClassPropertyIterator", "QtScript/qscriptclasspropertyiterator.h"}, + { "QScriptEngineAgent", "QtScript/qscriptengineagent.h"}, { "QScriptExtensionInterface", "QtScript/qscriptextensioninterface.h"}, - { "QScriptContext", "QtScript/qscriptcontext.h"}, - { "QFormBuilder", "QtUiTools/formbuilder.h"}, + { "QScriptExtensionPlugin", "QtScript/qscriptextensionplugin.h"}, + { "QScriptProgram", "QtScript/qscriptprogram.h"}, + { "QScriptString", "QtScript/qscriptstring.h"}, + { "QScriptValue", "QtScript/qscriptvalue.h"}, + { "QScriptValueIterator", "QtScript/qscriptvalueiterator.h"}, { "QAbstractFormBuilder", "QtUiTools/abstractformbuilder.h"}, + { "QFormBuilder", "QtUiTools/formbuilder.h"}, { "QUiLoader", "QtUiTools/quiloader.h"}, { "QGraphicsSvgItem", "QtSvg/qgraphicssvgitem.h"}, - { "QSvgRenderer", "QtSvg/qsvgrenderer.h"}, { "QSvgGenerator", "QtSvg/qsvggenerator.h"}, + { "QSvgRenderer", "QtSvg/qsvgrenderer.h"}, { "QSvgWidget", "QtSvg/qsvgwidget.h"}, - { "QStaticText", "QtGui/qstatictext.h"}, - { "QTextOption", "QtGui/qtextoption.h"}, - { "Tab", "QtGui/qtextoption.h"}, - { "QTextList", "QtGui/qtextlist.h"}, { "QAbstractTextDocumentLayout", "QtGui/qabstracttextdocumentlayout.h"}, { "QTextObjectInterface", "QtGui/qabstracttextdocumentlayout.h"}, + { "QFont", "QtGui/qfont.h"}, + { "QFontDatabase", "QtGui/qfontdatabase.h"}, + { "QFontInfo", "QtGui/qfontinfo.h"}, + { "QFontMetrics", "QtGui/qfontmetrics.h"}, + { "QFontMetricsF", "QtGui/qfontmetrics.h"}, + { "QGlyphRun", "QtGui/qglyphrun.h"}, + { "QRawFont", "QtGui/qrawfont.h"}, + { "QStaticText", "QtGui/qstatictext.h"}, + { "QSyntaxHighlighter", "QtGui/qsyntaxhighlighter.h"}, + { "QTextCursor", "QtGui/qtextcursor.h"}, { "QAbstractUndoItem", "QtGui/qtextdocument.h"}, { "QTextDocument", "QtGui/qtextdocument.h"}, - { "QTextCursor", "QtGui/qtextcursor.h"}, - { "QTextInlineObject", "QtGui/qtextlayout.h"}, - { "QTextLayout", "QtGui/qtextlayout.h"}, - { "QTextLine", "QtGui/qtextlayout.h"}, + { "QTextDocumentFragment", "QtGui/qtextdocumentfragment.h"}, + { "QTextDocumentWriter", "QtGui/qtextdocumentwriter.h"}, { "QTextLength", "QtGui/qtextformat.h"}, { "QTextFormat", "QtGui/qtextformat.h"}, { "QTextCharFormat", "QtGui/qtextformat.h"}, @@ -293,8 +288,10 @@ static const ClassInfoEntry qclass_lib_map[] = { { "QTextFrameFormat", "QtGui/qtextformat.h"}, { "QTextTableFormat", "QtGui/qtextformat.h"}, { "QTextTableCellFormat", "QtGui/qtextformat.h"}, - { "QTextDocumentWriter", "QtGui/qtextdocumentwriter.h"}, - { "QFontInfo", "QtGui/qfontinfo.h"}, + { "QTextInlineObject", "QtGui/qtextlayout.h"}, + { "QTextLayout", "QtGui/qtextlayout.h"}, + { "QTextLine", "QtGui/qtextlayout.h"}, + { "QTextList", "QtGui/qtextlist.h"}, { "QTextObject", "QtGui/qtextobject.h"}, { "QTextBlockGroup", "QtGui/qtextobject.h"}, { "QTextFrameLayoutData", "QtGui/qtextobject.h"}, @@ -303,32 +300,13 @@ static const ClassInfoEntry qclass_lib_map[] = { { "QTextBlock", "QtGui/qtextobject.h"}, { "iterator", "QtGui/qtextobject.h"}, { "QTextFragment", "QtGui/qtextobject.h"}, - { "QRawFont", "QtGui/qrawfont.h"}, - { "QFont", "QtGui/qfont.h"}, - { "QGlyphRun", "QtGui/qglyphrun.h"}, - { "QFontMetrics", "QtGui/qfontmetrics.h"}, - { "QFontMetricsF", "QtGui/qfontmetrics.h"}, - { "QFontDatabase", "QtGui/qfontdatabase.h"}, - { "QTextDocumentFragment", "QtGui/qtextdocumentfragment.h"}, + { "QTextOption", "QtGui/qtextoption.h"}, + { "Tab", "QtGui/qtextoption.h"}, { "QTextTableCell", "QtGui/qtexttable.h"}, { "QTextTable", "QtGui/qtexttable.h"}, - { "QSyntaxHighlighter", "QtGui/qsyntaxhighlighter.h"}, - { "QGraphicsScene", "QtGui/qgraphicsscene.h"}, - { "QGraphicsWidget", "QtGui/qgraphicswidget.h"}, - { "QGraphicsProxyWidget", "QtGui/qgraphicsproxywidget.h"}, - { "QGraphicsLayoutItem", "QtGui/qgraphicslayoutitem.h"}, - { "QGraphicsSceneEvent", "QtGui/qgraphicssceneevent.h"}, - { "QGraphicsSceneMouseEvent", "QtGui/qgraphicssceneevent.h"}, - { "QGraphicsSceneWheelEvent", "QtGui/qgraphicssceneevent.h"}, - { "QGraphicsSceneContextMenuEvent", "QtGui/qgraphicssceneevent.h"}, - { "QGraphicsSceneHoverEvent", "QtGui/qgraphicssceneevent.h"}, - { "QGraphicsSceneHelpEvent", "QtGui/qgraphicssceneevent.h"}, - { "QGraphicsSceneDragDropEvent", "QtGui/qgraphicssceneevent.h"}, - { "QGraphicsSceneResizeEvent", "QtGui/qgraphicssceneevent.h"}, - { "QGraphicsSceneMoveEvent", "QtGui/qgraphicssceneevent.h"}, { "QGraphicsAnchor", "QtGui/qgraphicsanchorlayout.h"}, { "QGraphicsAnchorLayout", "QtGui/qgraphicsanchorlayout.h"}, - { "QGraphicsLayout", "QtGui/qgraphicslayout.h"}, + { "QGraphicsGridLayout", "QtGui/qgraphicsgridlayout.h"}, { "QGraphicsItem", "QtGui/qgraphicsitem.h"}, { "QGraphicsObject", "QtGui/qgraphicsitem.h"}, { "QAbstractGraphicsShapeItem", "QtGui/qgraphicsitem.h"}, @@ -341,42 +319,50 @@ static const ClassInfoEntry qclass_lib_map[] = { { "QGraphicsTextItem", "QtGui/qgraphicsitem.h"}, { "QGraphicsSimpleTextItem", "QtGui/qgraphicsitem.h"}, { "QGraphicsItemGroup", "QtGui/qgraphicsitem.h"}, - { "QGraphicsGridLayout", "QtGui/qgraphicsgridlayout.h"}, - { "QGraphicsLinearLayout", "QtGui/qgraphicslinearlayout.h"}, { "QGraphicsItemAnimation", "QtGui/qgraphicsitemanimation.h"}, + { "QGraphicsLayout", "QtGui/qgraphicslayout.h"}, + { "QGraphicsLayoutItem", "QtGui/qgraphicslayoutitem.h"}, + { "QGraphicsLinearLayout", "QtGui/qgraphicslinearlayout.h"}, + { "QGraphicsProxyWidget", "QtGui/qgraphicsproxywidget.h"}, + { "QGraphicsScene", "QtGui/qgraphicsscene.h"}, + { "QGraphicsSceneEvent", "QtGui/qgraphicssceneevent.h"}, + { "QGraphicsSceneMouseEvent", "QtGui/qgraphicssceneevent.h"}, + { "QGraphicsSceneWheelEvent", "QtGui/qgraphicssceneevent.h"}, + { "QGraphicsSceneContextMenuEvent", "QtGui/qgraphicssceneevent.h"}, + { "QGraphicsSceneHoverEvent", "QtGui/qgraphicssceneevent.h"}, + { "QGraphicsSceneHelpEvent", "QtGui/qgraphicssceneevent.h"}, + { "QGraphicsSceneDragDropEvent", "QtGui/qgraphicssceneevent.h"}, + { "QGraphicsSceneResizeEvent", "QtGui/qgraphicssceneevent.h"}, + { "QGraphicsSceneMoveEvent", "QtGui/qgraphicssceneevent.h"}, { "QGraphicsTransform", "QtGui/qgraphicstransform.h"}, { "QGraphicsScale", "QtGui/qgraphicstransform.h"}, { "QGraphicsRotation", "QtGui/qgraphicstransform.h"}, { "QGraphicsView", "QtGui/qgraphicsview.h"}, + { "QGraphicsWidget", "QtGui/qgraphicswidget.h"}, + { "QBitmap", "QtGui/qbitmap.h"}, + { "QIcon", "QtGui/qicon.h"}, + { "QIconEngine", "QtGui/qiconengine.h"}, + { "QIconEngineFactoryInterface", "QtGui/qiconengineplugin.h"}, + { "QIconEnginePlugin", "QtGui/qiconengineplugin.h"}, { "QImageTextKeyLang", "QtGui/qimage.h"}, { "QImage", "QtGui/qimage.h"}, - { "QIconEngine", "QtGui/qiconengine.h"}, - { "QPicture", "QtGui/qpicture.h"}, - { "QImageReader", "QtGui/qimagereader.h"}, { "QImageIOHandler", "QtGui/qimageiohandler.h"}, { "QImageIOHandlerFactoryInterface", "QtGui/qimageiohandler.h"}, { "QImageIOPlugin", "QtGui/qimageiohandler.h"}, - { "QBitmap", "QtGui/qbitmap.h"}, - { "QPixmapCache", "QtGui/qpixmapcache.h"}, - { "Key", "QtGui/qpixmapcache.h"}, + { "QImageReader", "QtGui/qimagereader.h"}, { "QImageWriter", "QtGui/qimagewriter.h"}, - { "QIconEngineFactoryInterface", "QtGui/qiconengineplugin.h"}, - { "QIconEnginePlugin", "QtGui/qiconengineplugin.h"}, - { "QPixmap", "QtGui/qpixmap.h"}, { "QMovie", "QtGui/qmovie.h"}, - { "QIcon", "QtGui/qicon.h"}, + { "QPicture", "QtGui/qpicture.h"}, + { "QPixmap", "QtGui/qpixmap.h"}, + { "QPixmapCache", "QtGui/qpixmapcache.h"}, + { "Key", "QtGui/qpixmapcache.h"}, + { "QInputContext", "QtGui/qinputcontext.h"}, + { "QInputContextFactory", "QtGui/qinputcontextfactory.h"}, { "QInputContextFactoryInterface", "QtGui/qinputcontextplugin.h"}, { "QInputContextPlugin", "QtGui/qinputcontextplugin.h"}, - { "QInputContextFactory", "QtGui/qinputcontextfactory.h"}, - { "QInputContext", "QtGui/qinputcontext.h"}, { "QAccessible", "QtGui/qaccessible.h"}, { "QAccessibleInterface", "QtGui/qaccessible.h"}, { "QAccessibleEvent", "QtGui/qaccessible.h"}, - { "QAccessibleFactoryInterface", "QtGui/qaccessibleplugin.h"}, - { "QAccessiblePlugin", "QtGui/qaccessibleplugin.h"}, - { "QAccessibleBridgeFactoryInterface", "QtGui/qaccessiblebridge.h"}, - { "QAccessibleBridgePlugin", "QtGui/qaccessiblebridge.h"}, - { "QAccessibleWidget", "QtGui/qaccessiblewidget.h"}, { "QAccessible2Interface", "QtGui/qaccessible2.h"}, { "QAccessibleTextInterface", "QtGui/qaccessible2.h"}, { "QAccessibleEditableTextInterface", "QtGui/qaccessible2.h"}, @@ -387,161 +373,155 @@ static const ClassInfoEntry qclass_lib_map[] = { { "QAccessibleTable2Interface", "QtGui/qaccessible2.h"}, { "QAccessibleActionInterface", "QtGui/qaccessible2.h"}, { "QAccessibleImageInterface", "QtGui/qaccessible2.h"}, + { "QAccessibleBridgeFactoryInterface", "QtGui/qaccessiblebridge.h"}, + { "QAccessibleBridgePlugin", "QtGui/qaccessiblebridge.h"}, { "QAccessibleObject", "QtGui/qaccessibleobject.h"}, { "QAccessibleApplication", "QtGui/qaccessibleobject.h"}, + { "QAccessibleFactoryInterface", "QtGui/qaccessibleplugin.h"}, + { "QAccessiblePlugin", "QtGui/qaccessibleplugin.h"}, + { "QAccessibleWidget", "QtGui/qaccessiblewidget.h"}, { "QKeyEventTransition", "QtGui/qkeyeventtransition.h"}, { "QMouseEventTransition", "QtGui/qmouseeventtransition.h"}, - { "QPainterPath", "QtGui/qpainterpath.h"}, - { "QPainterPathStroker", "QtGui/qpainterpath.h"}, - { "QTextItem", "QtGui/qpaintengine.h"}, - { "QPaintEngine", "QtGui/qpaintengine.h"}, - { "QPaintEngineState", "QtGui/qpaintengine.h"}, { "QBrush", "QtGui/qbrush.h"}, { "QGradient", "QtGui/qbrush.h"}, { "QLinearGradient", "QtGui/qbrush.h"}, { "QRadialGradient", "QtGui/qbrush.h"}, { "QConicalGradient", "QtGui/qbrush.h"}, - { "QPrintEngine", "QtGui/qprintengine.h"}, - { "QPrinterInfo", "QtGui/qprinterinfo.h"}, - { "QPaintDevice", "QtGui/qpaintdevice.h"}, - { "QTransform", "QtGui/qtransform.h"}, - { "QPainter", "QtGui/qpainter.h"}, { "QColor", "QtGui/qcolor.h"}, { "QColormap", "QtGui/qcolormap.h"}, - { "QPrinter", "QtGui/qprinter.h"}, - { "QRegion", "QtGui/qregion.h"}, - { "QPen", "QtGui/qpen.h"}, { "QMatrix", "QtGui/qmatrix.h"}, + { "QPaintDevice", "QtGui/qpaintdevice.h"}, + { "QTextItem", "QtGui/qpaintengine.h"}, + { "QPaintEngine", "QtGui/qpaintengine.h"}, + { "QPaintEngineState", "QtGui/qpaintengine.h"}, + { "QPainter", "QtGui/qpainter.h"}, + { "QPainterPath", "QtGui/qpainterpath.h"}, + { "QPainterPathStroker", "QtGui/qpainterpath.h"}, + { "QPen", "QtGui/qpen.h"}, { "QPolygon", "QtGui/qpolygon.h"}, { "QPolygonF", "QtGui/qpolygon.h"}, - { "QItemEditorCreatorBase", "QtGui/qitemeditorfactory.h"}, - { "QItemEditorFactory", "QtGui/qitemeditorfactory.h"}, - { "QHeaderView", "QtGui/qheaderview.h"}, - { "QIdentityProxyModel", "QtGui/qidentityproxymodel.h"}, + { "QPrintEngine", "QtGui/qprintengine.h"}, + { "QPrinter", "QtGui/qprinter.h"}, + { "QPrinterInfo", "QtGui/qprinterinfo.h"}, + { "QRegion", "QtGui/qregion.h"}, + { "QTransform", "QtGui/qtransform.h"}, { "QAbstractItemDelegate", "QtGui/qabstractitemdelegate.h"}, + { "QAbstractItemView", "QtGui/qabstractitemview.h"}, + { "QAbstractProxyModel", "QtGui/qabstractproxymodel.h"}, + { "QColumnView", "QtGui/qcolumnview.h"}, { "QDataWidgetMapper", "QtGui/qdatawidgetmapper.h"}, - { "QTableWidgetSelectionRange", "QtGui/qtablewidget.h"}, - { "QTableWidgetItem", "QtGui/qtablewidget.h"}, - { "QTableWidget", "QtGui/qtablewidget.h"}, - { "QTableView", "QtGui/qtableview.h"}, - { "QSortFilterProxyModel", "QtGui/qsortfilterproxymodel.h"}, - { "QListWidgetItem", "QtGui/qlistwidget.h"}, - { "QListWidget", "QtGui/qlistwidget.h"}, - { "QStandardItem", "QtGui/qstandarditemmodel.h"}, - { "QStandardItemModel", "QtGui/qstandarditemmodel.h"}, - { "QProxyModel", "QtGui/qproxymodel.h"}, + { "QDirModel", "QtGui/qdirmodel.h"}, + { "QFileIconProvider", "QtGui/qfileiconprovider.h"}, + { "QHeaderView", "QtGui/qheaderview.h"}, + { "QIdentityProxyModel", "QtGui/qidentityproxymodel.h"}, { "QItemDelegate", "QtGui/qitemdelegate.h"}, - { "QStyledItemDelegate", "QtGui/qstyleditemdelegate.h"}, - { "QTreeWidgetItemIterator", "QtGui/qtreewidgetitemiterator.h"}, - { "QListView", "QtGui/qlistview.h"}, + { "QItemEditorCreatorBase", "QtGui/qitemeditorfactory.h"}, + { "QItemEditorFactory", "QtGui/qitemeditorfactory.h"}, { "QItemSelectionRange", "QtGui/qitemselectionmodel.h"}, { "QItemSelectionModel", "QtGui/qitemselectionmodel.h"}, { "QItemSelection", "QtGui/qitemselectionmodel.h"}, + { "QListView", "QtGui/qlistview.h"}, + { "QListWidgetItem", "QtGui/qlistwidget.h"}, + { "QListWidget", "QtGui/qlistwidget.h"}, + { "QProxyModel", "QtGui/qproxymodel.h"}, + { "QSortFilterProxyModel", "QtGui/qsortfilterproxymodel.h"}, + { "QStandardItem", "QtGui/qstandarditemmodel.h"}, + { "QStandardItemModel", "QtGui/qstandarditemmodel.h"}, { "QStringListModel", "QtGui/qstringlistmodel.h"}, - { "QAbstractItemView", "QtGui/qabstractitemview.h"}, - { "QFileIconProvider", "QtGui/qfileiconprovider.h"}, - { "QColumnView", "QtGui/qcolumnview.h"}, - { "QAbstractProxyModel", "QtGui/qabstractproxymodel.h"}, + { "QStyledItemDelegate", "QtGui/qstyleditemdelegate.h"}, + { "QTableView", "QtGui/qtableview.h"}, + { "QTableWidgetSelectionRange", "QtGui/qtablewidget.h"}, + { "QTableWidgetItem", "QtGui/qtablewidget.h"}, + { "QTableWidget", "QtGui/qtablewidget.h"}, + { "QTreeView", "QtGui/qtreeview.h"}, { "QTreeWidgetItem", "QtGui/qtreewidget.h"}, { "QTreeWidget", "QtGui/qtreewidget.h"}, - { "QTreeView", "QtGui/qtreeview.h"}, - { "QDirModel", "QtGui/qdirmodel.h"}, + { "QTreeWidgetItemIterator", "QtGui/qtreewidgetitemiterator.h"}, { "QGraphicsEffect", "QtGui/qgraphicseffect.h"}, { "QGraphicsColorizeEffect", "QtGui/qgraphicseffect.h"}, { "QGraphicsBlurEffect", "QtGui/qgraphicseffect.h"}, { "QGraphicsDropShadowEffect", "QtGui/qgraphicseffect.h"}, { "QGraphicsOpacityEffect", "QtGui/qgraphicseffect.h"}, - { "QVector2D", "QtGui/qvector2d.h"}, - { "QQuaternion", "QtGui/qquaternion.h"}, { "QMatrix4x4", "QtGui/qmatrix4x4.h"}, - { "QVector4D", "QtGui/qvector4d.h"}, + { "QQuaternion", "QtGui/qquaternion.h"}, + { "QVector2D", "QtGui/qvector2d.h"}, { "QVector3D", "QtGui/qvector3d.h"}, - { "QSpinBox", "QtGui/qspinbox.h"}, - { "QDoubleSpinBox", "QtGui/qspinbox.h"}, - { "QDockWidget", "QtGui/qdockwidget.h"}, - { "QMdiArea", "QtGui/qmdiarea.h"}, - { "QGroupBox", "QtGui/qgroupbox.h"}, - { "QSizeGrip", "QtGui/qsizegrip.h"}, - { "QDial", "QtGui/qdial.h"}, - { "QTabBar", "QtGui/qtabbar.h"}, - { "QWorkspace", "QtGui/qworkspace.h"}, - { "QRubberBand", "QtGui/qrubberband.h"}, - { "QFrame", "QtGui/qframe.h"}, - { "QMenu", "QtGui/qmenu.h"}, + { "QVector4D", "QtGui/qvector4d.h"}, + { "QAbstractButton", "QtGui/qabstractbutton.h"}, { "QAbstractScrollArea", "QtGui/qabstractscrollarea.h"}, - { "QScrollArea", "QtGui/qscrollarea.h"}, - { "QPrintPreviewWidget", "QtGui/qprintpreviewwidget.h"}, - { "QPushButton", "QtGui/qpushbutton.h"}, { "QAbstractSlider", "QtGui/qabstractslider.h"}, - { "QSlider", "QtGui/qslider.h"}, - { "QTabWidget", "QtGui/qtabwidget.h"}, - { "QProgressBar", "QtGui/qprogressbar.h"}, - { "QLabel", "QtGui/qlabel.h"}, - { "QToolButton", "QtGui/qtoolbutton.h"}, - { "QSplitter", "QtGui/qsplitter.h"}, - { "QSplitterHandle", "QtGui/qsplitter.h"}, - { "QScrollBar", "QtGui/qscrollbar.h"}, + { "QAbstractSpinBox", "QtGui/qabstractspinbox.h"}, { "QButtonGroup", "QtGui/qbuttongroup.h"}, - { "QToolBar", "QtGui/qtoolbar.h"}, + { "QCalendarWidget", "QtGui/qcalendarwidget.h"}, + { "QCheckBox", "QtGui/qcheckbox.h"}, + { "QComboBox", "QtGui/qcombobox.h"}, + { "QCommandLinkButton", "QtGui/qcommandlinkbutton.h"}, { "QDateTimeEdit", "QtGui/qdatetimeedit.h"}, { "QTimeEdit", "QtGui/qdatetimeedit.h"}, { "QDateEdit", "QtGui/qdatetimeedit.h"}, - { "QFontComboBox", "QtGui/qfontcombobox.h"}, - { "QMdiSubWindow", "QtGui/qmdisubwindow.h"}, - { "QMacNativeWidget", "QtGui/qmacnativewidget_mac.h"}, - { "QToolBox", "QtGui/qtoolbox.h"}, + { "QDial", "QtGui/qdial.h"}, + { "QDialogButtonBox", "QtGui/qdialogbuttonbox.h"}, + { "QDockWidget", "QtGui/qdockwidget.h"}, { "QFocusFrame", "QtGui/qfocusframe.h"}, - { "QCommandLinkButton", "QtGui/qcommandlinkbutton.h"}, - { "QComboBox", "QtGui/qcombobox.h"}, - { "QMacCocoaViewContainer", "QtGui/qmaccocoaviewcontainer_mac.h"}, - { "QValidator", "QtGui/qvalidator.h"}, - { "QIntValidator", "QtGui/qvalidator.h"}, - { "QDoubleValidator", "QtGui/qvalidator.h"}, - { "QRegExpValidator", "QtGui/qvalidator.h"}, - { "QTextBrowser", "QtGui/qtextbrowser.h"}, + { "QFontComboBox", "QtGui/qfontcombobox.h"}, + { "QFrame", "QtGui/qframe.h"}, + { "QGroupBox", "QtGui/qgroupbox.h"}, + { "QLabel", "QtGui/qlabel.h"}, + { "QLCDNumber", "QtGui/qlcdnumber.h"}, { "QLineEdit", "QtGui/qlineedit.h"}, + { "QMacCocoaViewContainer", "QtGui/qmaccocoaviewcontainer_mac.h"}, + { "QMacNativeWidget", "QtGui/qmacnativewidget_mac.h"}, { "QMainWindow", "QtGui/qmainwindow.h"}, - { "QAbstractSpinBox", "QtGui/qabstractspinbox.h"}, - { "QLCDNumber", "QtGui/qlcdnumber.h"}, - { "QCheckBox", "QtGui/qcheckbox.h"}, - { "QStackedWidget", "QtGui/qstackedwidget.h"}, - { "QAbstractButton", "QtGui/qabstractbutton.h"}, - { "QTextEdit", "QtGui/qtextedit.h"}, + { "QMdiArea", "QtGui/qmdiarea.h"}, + { "QMdiSubWindow", "QtGui/qmdisubwindow.h"}, + { "QMenu", "QtGui/qmenu.h"}, { "QMenuBar", "QtGui/qmenubar.h"}, - { "QRadioButton", "QtGui/qradiobutton.h"}, - { "QSplashScreen", "QtGui/qsplashscreen.h"}, - { "QCalendarWidget", "QtGui/qcalendarwidget.h"}, - { "QStatusBar", "QtGui/qstatusbar.h"}, { "QPlainTextEdit", "QtGui/qplaintextedit.h"}, { "QPlainTextDocumentLayout", "QtGui/qplaintextedit.h"}, - { "QDialogButtonBox", "QtGui/qdialogbuttonbox.h"}, - { "QUndoView", "QtGui/qundoview.h"}, + { "QPrintPreviewWidget", "QtGui/qprintpreviewwidget.h"}, + { "QProgressBar", "QtGui/qprogressbar.h"}, + { "QPushButton", "QtGui/qpushbutton.h"}, + { "QRadioButton", "QtGui/qradiobutton.h"}, + { "QRubberBand", "QtGui/qrubberband.h"}, + { "QScrollArea", "QtGui/qscrollarea.h"}, + { "QScrollBar", "QtGui/qscrollbar.h"}, + { "QSizeGrip", "QtGui/qsizegrip.h"}, + { "QSlider", "QtGui/qslider.h"}, + { "QSpinBox", "QtGui/qspinbox.h"}, + { "QDoubleSpinBox", "QtGui/qspinbox.h"}, + { "QSplashScreen", "QtGui/qsplashscreen.h"}, + { "QSplitter", "QtGui/qsplitter.h"}, + { "QSplitterHandle", "QtGui/qsplitter.h"}, + { "QStackedWidget", "QtGui/qstackedwidget.h"}, + { "QStatusBar", "QtGui/qstatusbar.h"}, + { "QTabBar", "QtGui/qtabbar.h"}, + { "QTabWidget", "QtGui/qtabwidget.h"}, + { "QTextBrowser", "QtGui/qtextbrowser.h"}, + { "QTextEdit", "QtGui/qtextedit.h"}, + { "QToolBar", "QtGui/qtoolbar.h"}, + { "QToolBox", "QtGui/qtoolbox.h"}, + { "QToolButton", "QtGui/qtoolbutton.h"}, + { "QValidator", "QtGui/qvalidator.h"}, + { "QIntValidator", "QtGui/qvalidator.h"}, + { "QDoubleValidator", "QtGui/qvalidator.h"}, + { "QRegExpValidator", "QtGui/qvalidator.h"}, + { "QWorkspace", "QtGui/qworkspace.h"}, { "QCompleter", "QtGui/qcompleter.h"}, + { "QDesktopServices", "QtGui/qdesktopservices.h"}, { "QSystemTrayIcon", "QtGui/qsystemtrayicon.h"}, + { "QUndoGroup", "QtGui/qundogroup.h"}, { "QUndoCommand", "QtGui/qundostack.h"}, { "QUndoStack", "QtGui/qundostack.h"}, - { "QDesktopServices", "QtGui/qdesktopservices.h"}, - { "QUndoGroup", "QtGui/qundogroup.h"}, - { "QWidget", "QtGui/qwidget.h"}, - { "QGridLayout", "QtGui/qgridlayout.h"}, - { "QPalette", "QtGui/qpalette.h"}, + { "QUndoView", "QtGui/qundoview.h"}, { "QAction", "QtGui/qaction.h"}, - { "QSizePolicy", "QtGui/qsizepolicy.h"}, - { "QCursor", "QtGui/qcursor.h"}, - { "QCursor", "QtGui/qcursor.h"}, - { "QToolTip", "QtGui/qtooltip.h"}, - { "QLayout", "QtGui/qlayout.h"}, - { "QWidgetAction", "QtGui/qwidgetaction.h"}, - { "QGesture", "QtGui/qgesture.h"}, - { "QPanGesture", "QtGui/qgesture.h"}, - { "QPinchGesture", "QtGui/qgesture.h"}, - { "QSwipeGesture", "QtGui/qgesture.h"}, - { "QTapGesture", "QtGui/qgesture.h"}, - { "QTapAndHoldGesture", "QtGui/qgesture.h"}, - { "QKeySequence", "QtGui/qkeysequence.h"}, - { "QKeySequence", "QtGui/qkeysequence.h"}, + { "QActionGroup", "QtGui/qactiongroup.h"}, + { "QApplication", "QtGui/qapplication.h"}, + { "QBoxLayout", "QtGui/qboxlayout.h"}, + { "QHBoxLayout", "QtGui/qboxlayout.h"}, + { "QVBoxLayout", "QtGui/qboxlayout.h"}, { "QClipboard", "QtGui/qclipboard.h"}, - { "QGestureRecognizer", "QtGui/qgesturerecognizer.h"}, + { "QCursor", "QtGui/qcursor.h"}, + { "QDesktopWidget", "QtGui/qdesktopwidget.h"}, { "QDrag", "QtGui/qdrag.h"}, { "QInputEvent", "QtGui/qevent.h"}, { "QMouseEvent", "QtGui/qevent.h"}, @@ -576,39 +556,46 @@ static const ClassInfoEntry qclass_lib_map[] = { { "QTouchEvent", "QtGui/qevent.h"}, { "TouchPoint", "QtGui/qevent.h"}, { "QGestureEvent", "QtGui/qevent.h"}, - { "QWindowsMime", "QtGui/qmime.h"}, - { "QMacMime", "QtGui/qmime.h"}, - { "QMacPasteboardMime", "QtGui/qmime.h"}, - { "QWhatsThis", "QtGui/qwhatsthis.h"}, - { "QApplication", "QtGui/qapplication.h"}, - { "QShortcut", "QtGui/qshortcut.h"}, - { "QX11Info", "QtGui/qx11info_x11.h"}, - { "QDesktopWidget", "QtGui/qdesktopwidget.h"}, - { "QX11EmbedWidget", "QtGui/qx11embed_x11.h"}, - { "QX11EmbedContainer", "QtGui/qx11embed_x11.h"}, + { "QFormLayout", "QtGui/qformlayout.h"}, + { "QGesture", "QtGui/qgesture.h"}, + { "QPanGesture", "QtGui/qgesture.h"}, + { "QPinchGesture", "QtGui/qgesture.h"}, + { "QSwipeGesture", "QtGui/qgesture.h"}, + { "QTapGesture", "QtGui/qgesture.h"}, + { "QTapAndHoldGesture", "QtGui/qgesture.h"}, + { "QGestureRecognizer", "QtGui/qgesturerecognizer.h"}, + { "QGridLayout", "QtGui/qgridlayout.h"}, + { "QKeySequence", "QtGui/qkeysequence.h"}, + { "QLayout", "QtGui/qlayout.h"}, { "QLayoutItem", "QtGui/qlayoutitem.h"}, { "QSpacerItem", "QtGui/qlayoutitem.h"}, { "QWidgetItem", "QtGui/qlayoutitem.h"}, { "QWidgetItemV2", "QtGui/qlayoutitem.h"}, - { "QActionGroup", "QtGui/qactiongroup.h"}, - { "QBoxLayout", "QtGui/qboxlayout.h"}, - { "QHBoxLayout", "QtGui/qboxlayout.h"}, - { "QVBoxLayout", "QtGui/qboxlayout.h"}, + { "QWindowsMime", "QtGui/qmime.h"}, + { "QMacMime", "QtGui/qmime.h"}, + { "QMacPasteboardMime", "QtGui/qmime.h"}, + { "QPalette", "QtGui/qpalette.h"}, + { "QShortcut", "QtGui/qshortcut.h"}, + { "QSizePolicy", "QtGui/qsizepolicy.h"}, { "QSound", "QtGui/qsound.h"}, { "QStackedLayout", "QtGui/qstackedlayout.h"}, - { "QFormLayout", "QtGui/qformlayout.h"}, - { "QWindowsXPStyle", "QtGui/qwindowsxpstyle.h"}, + { "QToolTip", "QtGui/qtooltip.h"}, + { "QWhatsThis", "QtGui/qwhatsthis.h"}, + { "QWidget", "QtGui/qwidget.h"}, + { "QWidgetAction", "QtGui/qwidgetaction.h"}, + { "QX11EmbedWidget", "QtGui/qx11embed_x11.h"}, + { "QX11EmbedContainer", "QtGui/qx11embed_x11.h"}, + { "QX11Info", "QtGui/qx11info_x11.h"}, { "QCDEStyle", "QtGui/qcdestyle.h"}, + { "QCleanlooksStyle", "QtGui/qcleanlooksstyle.h"}, + { "QCommonStyle", "QtGui/qcommonstyle.h"}, + { "QGtkStyle", "QtGui/qgtkstyle.h"}, + { "QMacStyle", "QtGui/qmacstyle_mac.h"}, { "QMotifStyle", "QtGui/qmotifstyle.h"}, + { "QPlastiqueStyle", "QtGui/qplastiquestyle.h"}, + { "QProxyStyle", "QtGui/qproxystyle.h"}, { "QStyle", "QtGui/qstyle.h"}, - { "QStyleFactoryInterface", "QtGui/qstyleplugin.h"}, - { "QStylePlugin", "QtGui/qstyleplugin.h"}, - { "QCleanlooksStyle", "QtGui/qcleanlooksstyle.h"}, { "QStyleFactory", "QtGui/qstylefactory.h"}, - { "QWindowsVistaStyle", "QtGui/qwindowsvistastyle.h"}, - { "QPlastiqueStyle", "QtGui/qplastiquestyle.h"}, - { "QWindowsStyle", "QtGui/qwindowsstyle.h"}, - { "QWindowsCEStyle", "QtGui/qwindowscestyle.h"}, { "QStyleOption", "QtGui/qstyleoption.h"}, { "QStyleOptionFocusRect", "QtGui/qstyleoption.h"}, { "QStyleOptionFrame", "QtGui/qstyleoption.h"}, @@ -636,162 +623,164 @@ static const ClassInfoEntry qclass_lib_map[] = { { "QStyleHintReturn", "QtGui/qstyleoption.h"}, { "QStyleHintReturnMask", "QtGui/qstyleoption.h"}, { "QStyleHintReturnVariant", "QtGui/qstyleoption.h"}, - { "QMacStyle", "QtGui/qmacstyle_mac.h"}, - { "QProxyStyle", "QtGui/qproxystyle.h"}, - { "QGtkStyle", "QtGui/qgtkstyle.h"}, - { "QCommonStyle", "QtGui/qcommonstyle.h"}, + { "QStyleFactoryInterface", "QtGui/qstyleplugin.h"}, + { "QStylePlugin", "QtGui/qstyleplugin.h"}, + { "QWindowsCEStyle", "QtGui/qwindowscestyle.h"}, + { "QWindowsStyle", "QtGui/qwindowsstyle.h"}, + { "QWindowsVistaStyle", "QtGui/qwindowsvistastyle.h"}, + { "QWindowsXPStyle", "QtGui/qwindowsxpstyle.h"}, + { "QAbstractPageSetupDialog", "QtGui/qabstractpagesetupdialog.h"}, { "QAbstractPrintDialog", "QtGui/qabstractprintdialog.h"}, - { "QPageSetupDialog", "QtGui/qpagesetupdialog.h"}, + { "QColorDialog", "QtGui/qcolordialog.h"}, { "QDialog", "QtGui/qdialog.h"}, + { "QErrorMessage", "QtGui/qerrormessage.h"}, + { "QFileDialog", "QtGui/qfiledialog.h"}, + { "QFileSystemModel", "QtGui/qfilesystemmodel.h"}, { "QFontDialog", "QtGui/qfontdialog.h"}, + { "QInputDialog", "QtGui/qinputdialog.h"}, + { "QMessageBox", "QtGui/qmessagebox.h"}, + { "QPageSetupDialog", "QtGui/qpagesetupdialog.h"}, { "QPrintDialog", "QtGui/qprintdialog.h"}, - { "QFileSystemModel", "QtGui/qfilesystemmodel.h"}, - { "QAbstractPageSetupDialog", "QtGui/qabstractpagesetupdialog.h"}, - { "QFileDialog", "QtGui/qfiledialog.h"}, - { "QColorDialog", "QtGui/qcolordialog.h"}, { "QPrintPreviewDialog", "QtGui/qprintpreviewdialog.h"}, - { "QInputDialog", "QtGui/qinputdialog.h"}, + { "QProgressDialog", "QtGui/qprogressdialog.h"}, { "QWizard", "QtGui/qwizard.h"}, { "QWizardPage", "QtGui/qwizard.h"}, - { "QMessageBox", "QtGui/qmessagebox.h"}, - { "QErrorMessage", "QtGui/qerrormessage.h"}, - { "QProgressDialog", "QtGui/qprogressdialog.h"}, - { "QAudioInput", "QtMultimedia/qaudioinput.h"}, - { "QAudioFormat", "QtMultimedia/qaudioformat.h"}, + { "QAudioDeviceInfo", "QtMultimedia/qaudiodeviceinfo.h"}, { "QAbstractAudioDeviceInfo", "QtMultimedia/qaudioengine.h"}, { "QAbstractAudioOutput", "QtMultimedia/qaudioengine.h"}, { "QAbstractAudioInput", "QtMultimedia/qaudioengine.h"}, - { "QAudioDeviceInfo", "QtMultimedia/qaudiodeviceinfo.h"}, { "QAudioEngineFactoryInterface", "QtMultimedia/qaudioengineplugin.h"}, { "QAudioEnginePlugin", "QtMultimedia/qaudioengineplugin.h"}, + { "QAudioFormat", "QtMultimedia/qaudioformat.h"}, + { "QAudioInput", "QtMultimedia/qaudioinput.h"}, { "QAudioOutput", "QtMultimedia/qaudiooutput.h"}, - { "QAbstractVideoSurface", "QtMultimedia/qabstractvideosurface.h"}, - { "QVideoSurfaceFormat", "QtMultimedia/qvideosurfaceformat.h"}, { "QAbstractVideoBuffer", "QtMultimedia/qabstractvideobuffer.h"}, + { "QAbstractVideoSurface", "QtMultimedia/qabstractvideosurface.h"}, { "QVideoFrame", "QtMultimedia/qvideoframe.h"}, + { "QVideoSurfaceFormat", "QtMultimedia/qvideosurfaceformat.h"}, + { "QAbstractMessageHandler", "QtXmlPatterns/qabstractmessagehandler.h"}, { "QAbstractUriResolver", "QtXmlPatterns/qabstracturiresolver.h"}, - { "QXmlSchemaValidator", "QtXmlPatterns/qxmlschemavalidator.h"}, - { "QXmlFormatter", "QtXmlPatterns/qxmlformatter.h"}, - { "QXmlQuery", "QtXmlPatterns/qxmlquery.h"}, - { "QXmlResultItems", "QtXmlPatterns/qxmlresultitems.h"}, - { "QXmlNamePool", "QtXmlPatterns/qxmlnamepool.h"}, { "QXmlNodeModelIndex", "QtXmlPatterns/qabstractxmlnodemodel.h"}, { "QAbstractXmlNodeModel", "QtXmlPatterns/qabstractxmlnodemodel.h"}, { "QXmlItem", "QtXmlPatterns/qabstractxmlnodemodel.h"}, - { "QXmlName", "QtXmlPatterns/qxmlname.h"}, + { "QAbstractXmlReceiver", "QtXmlPatterns/qabstractxmlreceiver.h"}, { "QSimpleXmlNodeModel", "QtXmlPatterns/qsimplexmlnodemodel.h"}, { "QSourceLocation", "QtXmlPatterns/qsourcelocation.h"}, - { "QAbstractMessageHandler", "QtXmlPatterns/qabstractmessagehandler.h"}, + { "QXmlFormatter", "QtXmlPatterns/qxmlformatter.h"}, + { "QXmlName", "QtXmlPatterns/qxmlname.h"}, + { "QXmlNamePool", "QtXmlPatterns/qxmlnamepool.h"}, + { "QXmlQuery", "QtXmlPatterns/qxmlquery.h"}, + { "QXmlResultItems", "QtXmlPatterns/qxmlresultitems.h"}, { "QXmlSchema", "QtXmlPatterns/qxmlschema.h"}, - { "QAbstractXmlReceiver", "QtXmlPatterns/qabstractxmlreceiver.h"}, + { "QXmlSchemaValidator", "QtXmlPatterns/qxmlschemavalidator.h"}, { "QXmlSerializer", "QtXmlPatterns/qxmlserializer.h"}, { "QScriptEngineDebugger", "QtScriptTools/qscriptenginedebugger.h"}, + { "QDeclarativeComponent", "QtDeclarative/qdeclarativecomponent.h"}, + { "QDeclarativeContext", "QtDeclarative/qdeclarativecontext.h"}, + { "QDeclarativeEngine", "QtDeclarative/qdeclarativeengine.h"}, + { "QDeclarativeError", "QtDeclarative/qdeclarativeerror.h"}, + { "QDeclarativeExpression", "QtDeclarative/qdeclarativeexpression.h"}, { "QDeclarativeExtensionInterface", "QtDeclarative/qdeclarativeextensioninterface.h"}, { "QDeclarativeExtensionPlugin", "QtDeclarative/qdeclarativeextensionplugin.h"}, - { "QDeclarativeParserStatus", "QtDeclarative/qdeclarativeparserstatus.h"}, - { "QDeclarativeInfo", "QtDeclarative/qdeclarativeinfo.h"}, { "QDeclarativeImageProvider", "QtDeclarative/qdeclarativeimageprovider.h"}, - { "QDeclarativeComponent", "QtDeclarative/qdeclarativecomponent.h"}, + { "QDeclarativeInfo", "QtDeclarative/qdeclarativeinfo.h"}, + { "QDeclarativeListReference", "QtDeclarative/qdeclarativelist.h"}, { "QDeclarativeNetworkAccessManagerFactory", "QtDeclarative/qdeclarativenetworkaccessmanagerfactory.h"}, + { "QDeclarativeParserStatus", "QtDeclarative/qdeclarativeparserstatus.h"}, { "QDeclarativeProperty", "QtDeclarative/qdeclarativeproperty.h"}, - { "QDeclarativeEngine", "QtDeclarative/qdeclarativeengine.h"}, - { "QDeclarativeScriptString", "QtDeclarative/qdeclarativescriptstring.h"}, { "QDeclarativePropertyValueInterceptor", "QtDeclarative/qdeclarativepropertyvalueinterceptor.h"}, - { "QDeclarativeContext", "QtDeclarative/qdeclarativecontext.h"}, - { "QDeclarativeError", "QtDeclarative/qdeclarativeerror.h"}, - { "QDeclarativeListReference", "QtDeclarative/qdeclarativelist.h"}, { "QDeclarativePropertyValueSource", "QtDeclarative/qdeclarativepropertyvaluesource.h"}, - { "QDeclarativeExpression", "QtDeclarative/qdeclarativeexpression.h"}, + { "QDeclarativeScriptString", "QtDeclarative/qdeclarativescriptstring.h"}, { "QDeclarativeItem", "QtDeclarative/qdeclarativeitem.h"}, { "QDeclarativePropertyMap", "QtDeclarative/qdeclarativepropertymap.h"}, { "QDeclarativeView", "QtDeclarative/qdeclarativeview.h"}, - { "QGLFramebufferObject", "QtOpenGL/qglframebufferobject.h"}, - { "QGLFramebufferObjectFormat", "QtOpenGL/qglframebufferobject.h"}, - { "QGLPixelBuffer", "QtOpenGL/qglpixelbuffer.h"}, - { "QGLFunctions", "QtOpenGL/qglfunctions.h"}, { "QGLFormat", "QtOpenGL/qgl.h"}, { "QGLContext", "QtOpenGL/qgl.h"}, { "QGLWidget", "QtOpenGL/qgl.h"}, { "QGLBuffer", "QtOpenGL/qglbuffer.h"}, { "QGLColormap", "QtOpenGL/qglcolormap.h"}, + { "QGLFramebufferObject", "QtOpenGL/qglframebufferobject.h"}, + { "QGLFramebufferObjectFormat", "QtOpenGL/qglframebufferobject.h"}, + { "QGLFunctions", "QtOpenGL/qglfunctions.h"}, + { "QGLPixelBuffer", "QtOpenGL/qglpixelbuffer.h"}, { "QGLShader", "QtOpenGL/qglshaderprogram.h"}, { "QGLShaderProgram", "QtOpenGL/qglshaderprogram.h"}, + { "QSqlQueryModel", "QtSql/qsqlquerymodel.h"}, { "QSqlRelation", "QtSql/qsqlrelationaltablemodel.h"}, { "QSqlRelationalTableModel", "QtSql/qsqlrelationaltablemodel.h"}, - { "QSqlQueryModel", "QtSql/qsqlquerymodel.h"}, { "QSqlTableModel", "QtSql/qsqltablemodel.h"}, - { "QSqlField", "QtSql/qsqlfield.h"}, - { "QSqlResult", "QtSql/qsqlresult.h"}, { "QSqlDriverCreatorBase", "QtSql/qsqldatabase.h"}, { "QSqlDatabase", "QtSql/qsqldatabase.h"}, { "QSqlDriver", "QtSql/qsqldriver.h"}, - { "QSqlIndex", "QtSql/qsqlindex.h"}, - { "QSqlRecord", "QtSql/qsqlrecord.h"}, - { "QSqlError", "QtSql/qsqlerror.h"}, - { "QSqlQuery", "QtSql/qsqlquery.h"}, { "QSqlDriverFactoryInterface", "QtSql/qsqldriverplugin.h"}, { "QSqlDriverPlugin", "QtSql/qsqldriverplugin.h"}, - { "QTestEventLoop", "QtTest/qtesteventloop.h"}, - { "QTestData", "QtTest/qtestdata.h"}, + { "QSqlError", "QtSql/qsqlerror.h"}, + { "QSqlField", "QtSql/qsqlfield.h"}, + { "QSqlIndex", "QtSql/qsqlindex.h"}, + { "QSqlQuery", "QtSql/qsqlquery.h"}, + { "QSqlRecord", "QtSql/qsqlrecord.h"}, + { "QSqlResult", "QtSql/qsqlresult.h"}, { "QBenchmarkIterationController", "QtTest/qbenchmark.h"}, - { "QDBusArgument", "QtDBus/qdbusargument.h"}, - { "QDBusVirtualObject", "QtDBus/qdbusvirtualobject.h"}, - { "QDBusInterface", "QtDBus/qdbusinterface.h"}, + { "QTestData", "QtTest/qtestdata.h"}, + { "QTestEventLoop", "QtTest/qtesteventloop.h"}, { "QDBusAbstractAdaptor", "QtDBus/qdbusabstractadaptor.h"}, + { "QDBusAbstractInterfaceBase", "QtDBus/qdbusabstractinterface.h"}, + { "QDBusAbstractInterface", "QtDBus/qdbusabstractinterface.h"}, + { "QDBusArgument", "QtDBus/qdbusargument.h"}, + { "QDBusConnection", "QtDBus/qdbusconnection.h"}, { "QDBusConnectionInterface", "QtDBus/qdbusconnectioninterface.h"}, - { "QDBusServer", "QtDBus/qdbusserver.h"}, { "QDBusContext", "QtDBus/qdbuscontext.h"}, - { "QDBusUnixFileDescriptor", "QtDBus/qdbusunixfiledescriptor.h"}, - { "QDBusConnection", "QtDBus/qdbusconnection.h"}, + { "QDBusError", "QtDBus/qdbuserror.h"}, + { "QDBusObjectPath", "QtDBus/qdbusextratypes.h"}, + { "QDBusSignature", "QtDBus/qdbusextratypes.h"}, + { "QDBusInterface", "QtDBus/qdbusinterface.h"}, + { "QDBusMessage", "QtDBus/qdbusmessage.h"}, { "QDBusMetaType", "QtDBus/qdbusmetatype.h"}, - { "QDBusPendingReplyData", "QtDBus/qdbuspendingreply.h"}, { "QDBusPendingCall", "QtDBus/qdbuspendingcall.h"}, { "QDBusPendingCallWatcher", "QtDBus/qdbuspendingcall.h"}, - { "QDBusObjectPath", "QtDBus/qdbusextratypes.h"}, - { "QDBusSignature", "QtDBus/qdbusextratypes.h"}, + { "QDBusPendingReplyData", "QtDBus/qdbuspendingreply.h"}, + { "QDBusServer", "QtDBus/qdbusserver.h"}, { "QDBusServiceWatcher", "QtDBus/qdbusservicewatcher.h"}, - { "QDBusMessage", "QtDBus/qdbusmessage.h"}, - { "QDBusError", "QtDBus/qdbuserror.h"}, - { "QDBusAbstractInterfaceBase", "QtDBus/qdbusabstractinterface.h"}, - { "QDBusAbstractInterface", "QtDBus/qdbusabstractinterface.h"}, + { "QDBusUnixFileDescriptor", "QtDBus/qdbusunixfiledescriptor.h"}, + { "QDBusVirtualObject", "QtDBus/qdbusvirtualobject.h"}, + { "QAbstractSocket", "QtNetwork/qabstractsocket.h"}, { "QLocalServer", "QtNetwork/qlocalserver.h"}, { "QLocalSocket", "QtNetwork/qlocalsocket.h"}, - { "QUdpSocket", "QtNetwork/qudpsocket.h"}, - { "QAbstractSocket", "QtNetwork/qabstractsocket.h"}, - { "QTcpSocket", "QtNetwork/qtcpsocket.h"}, { "QTcpServer", "QtNetwork/qtcpserver.h"}, - { "QNetworkAddressEntry", "QtNetwork/qnetworkinterface.h"}, - { "QNetworkInterface", "QtNetwork/qnetworkinterface.h"}, - { "QHostInfo", "QtNetwork/qhostinfo.h"}, - { "QUrlInfo", "QtNetwork/qurlinfo.h"}, + { "QTcpSocket", "QtNetwork/qtcpsocket.h"}, + { "QUdpSocket", "QtNetwork/qudpsocket.h"}, + { "QAuthenticator", "QtNetwork/qauthenticator.h"}, { "QIPv6Address", "QtNetwork/qhostaddress.h"}, { "QHostAddress", "QtNetwork/qhostaddress.h"}, + { "QHostInfo", "QtNetwork/qhostinfo.h"}, + { "QNetworkAddressEntry", "QtNetwork/qnetworkinterface.h"}, + { "QNetworkInterface", "QtNetwork/qnetworkinterface.h"}, { "QNetworkProxyQuery", "QtNetwork/qnetworkproxy.h"}, { "QNetworkProxy", "QtNetwork/qnetworkproxy.h"}, { "QNetworkProxyFactory", "QtNetwork/qnetworkproxy.h"}, - { "QAuthenticator", "QtNetwork/qauthenticator.h"}, + { "QUrlInfo", "QtNetwork/qurlinfo.h"}, + { "QNetworkCacheMetaData", "QtNetwork/qabstractnetworkcache.h"}, + { "QAbstractNetworkCache", "QtNetwork/qabstractnetworkcache.h"}, { "QFtp", "QtNetwork/qftp.h"}, { "QHttpHeader", "QtNetwork/qhttp.h"}, { "QHttpResponseHeader", "QtNetwork/qhttp.h"}, { "QHttpRequestHeader", "QtNetwork/qhttp.h"}, { "QHttp", "QtNetwork/qhttp.h"}, - { "QNetworkCookie", "QtNetwork/qnetworkcookie.h"}, - { "QNetworkReply", "QtNetwork/qnetworkreply.h"}, - { "QNetworkAccessManager", "QtNetwork/qnetworkaccessmanager.h"}, - { "QNetworkDiskCache", "QtNetwork/qnetworkdiskcache.h"}, - { "QNetworkRequest", "QtNetwork/qnetworkrequest.h"}, { "QHttpPart", "QtNetwork/qhttpmultipart.h"}, { "QHttpMultiPart", "QtNetwork/qhttpmultipart.h"}, - { "QNetworkCacheMetaData", "QtNetwork/qabstractnetworkcache.h"}, - { "QAbstractNetworkCache", "QtNetwork/qabstractnetworkcache.h"}, + { "QNetworkAccessManager", "QtNetwork/qnetworkaccessmanager.h"}, + { "QNetworkCookie", "QtNetwork/qnetworkcookie.h"}, { "QNetworkCookieJar", "QtNetwork/qnetworkcookiejar.h"}, - { "QSslKey", "QtNetwork/qsslkey.h"}, + { "QNetworkDiskCache", "QtNetwork/qnetworkdiskcache.h"}, + { "QNetworkReply", "QtNetwork/qnetworkreply.h"}, + { "QNetworkRequest", "QtNetwork/qnetworkrequest.h"}, + { "QSslCertificate", "QtNetwork/qsslcertificate.h"}, { "QSslCipher", "QtNetwork/qsslcipher.h"}, - { "QSslSocket", "QtNetwork/qsslsocket.h"}, { "QSslConfiguration", "QtNetwork/qsslconfiguration.h"}, { "QSslError", "QtNetwork/qsslerror.h"}, - { "QSslCertificate", "QtNetwork/qsslcertificate.h"}, + { "QSslKey", "QtNetwork/qsslkey.h"}, + { "QSslSocket", "QtNetwork/qsslsocket.h"}, }; -static const int qclass_lib_count = 786; +static const int qclass_lib_count = 775; #endif -- 2.11.0