mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-23 10:22:55 +00:00
add one more entry to incfsck script, align others
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
e636426349
commit
3f77c4291d
1 changed files with 18 additions and 17 deletions
|
@ -226,25 +226,25 @@ incmap = {
|
|||
'QGLShader': 'qglshaderprogram.h',
|
||||
},
|
||||
'QtXml': {
|
||||
'QXmlSimpleReader': 'qxml.h',
|
||||
'QDomAttr': 'qdom.h',
|
||||
'QDomDocument': 'qdom.h',
|
||||
'QDomElement': 'qdom.h',
|
||||
'QDomNode': 'qdom.h',
|
||||
'QXmlStreamAttribute': 'qxmlstream.h',
|
||||
'QXmlAttributes': 'qxml.h',
|
||||
'QXmlDefaultHandler': 'qxml.h',
|
||||
'QXmlParseException': 'qxml.h',
|
||||
'QXmlLocator': 'qxml.h',
|
||||
'QXmlContentHandler': 'qxml.h',
|
||||
'QXmlInputSource': 'qxml.h',
|
||||
'QDomNodeList': 'qdom.h',
|
||||
'QDomText': 'qdom.h',
|
||||
'QDomNamedNodeMap': 'qdom.h',
|
||||
'QXmlSimpleReader': 'qxml.h',
|
||||
'QDomAttr': 'qdom.h',
|
||||
'QDomDocument': 'qdom.h',
|
||||
'QDomElement': 'qdom.h',
|
||||
'QDomNode': 'qdom.h',
|
||||
'QXmlStreamAttribute': 'qxmlstream.h',
|
||||
'QXmlAttributes': 'qxml.h',
|
||||
'QXmlDefaultHandler': 'qxml.h',
|
||||
'QXmlParseException': 'qxml.h',
|
||||
'QXmlLocator': 'qxml.h',
|
||||
'QXmlContentHandler': 'qxml.h',
|
||||
'QXmlInputSource': 'qxml.h',
|
||||
'QDomNodeList': 'qdom.h',
|
||||
'QDomText': 'qdom.h',
|
||||
'QDomNamedNodeMap': 'qdom.h',
|
||||
},
|
||||
'QtXmlPatterns': {
|
||||
'QXmlItem': 'qabstractxmlnodemodel.h',
|
||||
'QXmlNodeModelIndex': 'qabstractxmlnodemodel.h',
|
||||
'QXmlItem': 'qabstractxmlnodemodel.h',
|
||||
'QXmlNodeModelIndex': 'qabstractxmlnodemodel.h',
|
||||
},
|
||||
'QtDeclarative': {
|
||||
'QDeclarativeListProperty': 'qdeclarativelist.h',
|
||||
|
@ -256,6 +256,7 @@ incmap = {
|
|||
'QHttpResponseHeader': 'qhttp.h',
|
||||
'QHttpHeader': 'qhttp.h',
|
||||
'QNetworkConfigurationManager': 'qnetworkconfigmanager.h',
|
||||
'QNetworkAddressEntry': 'qnetworkinterface.h',
|
||||
},
|
||||
'QtTest': {
|
||||
'QEventSizeOfChecker': 'qtestspontaneevent.h',
|
||||
|
|
Loading…
Add table
Reference in a new issue