OSDN Git Service

incfsck script cleanup
authorIvailo Monev <xakepa10@laimg.moc>
Wed, 19 Oct 2016 05:54:31 +0000 (05:54 +0000)
committerIvailo Monev <xakepa10@laimg.moc>
Wed, 19 Oct 2016 05:54:31 +0000 (05:54 +0000)
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
scripts/incfsck.py

index 7943df8..60b3c99 100755 (executable)
@@ -268,10 +268,6 @@ incmap = {
         'QXmlContentHandler': 'qxml.h',
         'QXmlInputSource': 'qxml.h',
         },
-    'QtXmlPatterns': {
-        'QXmlItem': 'qabstractxmlnodemodel.h',
-        'QXmlNodeModelIndex': 'qabstractxmlnodemodel.h',
-        },
     'QtDeclarative': {
         'QDeclarativeListProperty': 'qdeclarativelist.h',
         },
@@ -334,10 +330,6 @@ incmap = {
         'QDesignerDnDItemInterface': 'abstractdnditem.h',
         'QDesignerComponents': 'qdesigner_components.h',
         },
-    'QtHelp': {
-        'QHelpIndexModel': 'qhelpindexwidget.h',
-        'QHelpContentModel': 'qhelpcontentwidget.h',
-        },
     }
 
 if '--printmap' in sys.argv: