Re-imported and re-generated the QML parser from Qt.

This commit is contained in:
Erik Verbruggen
2011-02-21 12:46:02 +01:00
parent d6217a07ff
commit d866848ab8
6 changed files with 15 additions and 13 deletions

View File

@@ -45,7 +45,7 @@
#include "qmljsnodepool_p.h"
#include <qnumeric.h>
#include <QtCore/QHash>
#include <QHash>
QT_QML_BEGIN_NAMESPACE
@@ -207,6 +207,6 @@ void Engine::setNodePool(NodePool *nodePool)
} // namespace QmlJS
} // end of namespace QmlJS
QT_QML_END_NAMESPACE