forked from qt-creator/qt-creator
Re-imported and re-generated the QML parser from Qt.
This commit is contained in:
@@ -39,18 +39,20 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#include "qmljsparser_p.h"
|
||||
#include <QtCore/QtDebug>
|
||||
#include <QtGui/QApplication>
|
||||
|
||||
#include <string.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 <string.h>
|
||||
|
||||
#include "qmljsparser_p.h"
|
||||
#include <QVarLengthArray>
|
||||
|
||||
//
|
||||
// This file is automatically generated from qmljs.g.
|
||||
|
||||
Reference in New Issue
Block a user