forked from qt-creator/qt-creator
		
	Header cleanup in src, specify module name.
This commit is contained in:
		| @@ -45,7 +45,7 @@ | ||||
| #include "qmljsnodepool_p.h" | ||||
|  | ||||
| #include <qnumeric.h> | ||||
| #include <QHash> | ||||
| #include <QtCore/QHash> | ||||
|  | ||||
| QT_QML_BEGIN_NAMESPACE | ||||
|  | ||||
|   | ||||
| @@ -39,20 +39,18 @@ | ||||
| ** | ||||
| ****************************************************************************/ | ||||
|  | ||||
| #include <QtCore/QtDebug> | ||||
| #include <QtGui/QApplication> | ||||
|  | ||||
| #include <string.h> | ||||
| #include "qmljsparser_p.h" | ||||
|  | ||||
| #include "qmljsengine_p.h" | ||||
| #include "qmljslexer_p.h" | ||||
| #include "qmljsast_p.h" | ||||
| #include "qmljsnodepool_p.h" | ||||
|  | ||||
| #include <QtCore/QtDebug> | ||||
| #include <QtCore/QVarLengthArray> | ||||
| #include <QtGui/QApplication> | ||||
|  | ||||
|  | ||||
| #include "qmljsparser_p.h" | ||||
| #include <QVarLengthArray> | ||||
| #include <string.h> | ||||
|  | ||||
| // | ||||
| // This file is automatically generated from qmljs.g. | ||||
|   | ||||
| @@ -33,7 +33,7 @@ | ||||
|  | ||||
| #include <qmljs/qmljsscanner.h> | ||||
|  | ||||
| #include <QTextCharFormat> | ||||
| #include <QtGui/QTextCharFormat> | ||||
|  | ||||
| using namespace QmlJS; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user