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

@@ -86,7 +86,7 @@ public:
uint qHash(const QmlJS::NameId &id);
} // namespace QmlJS
} // end of namespace QmlJS
#if defined(Q_CC_MSVC) && _MSC_VER <= 1300
//this ensures that code outside QmlJS can use the hash function
@@ -115,7 +115,7 @@ public:
static QString flagsToString(int flags);
};
} // namespace Ecma
} // end of namespace Ecma
class QML_PARSER_EXPORT DiagnosticMessage
{
@@ -166,7 +166,7 @@ public:
void setNodePool(NodePool *nodePool);
};
} // namespace QmlJS
} // end of namespace QmlJS
QT_QML_END_NAMESPACE