QmlJS: Ignore .pragma library for now.

Task-number: QTCREATORBUG-1421
Reviewed-by: Erik Verbruggen
This commit is contained in:
Christian Kamm
2010-06-15 14:50:16 +02:00
parent 983ed48ae3
commit b7cb1feb4b
2 changed files with 86 additions and 1 deletions

View File

@@ -89,6 +89,7 @@ public:
private:
bool parse_helper(int kind);
static void extractPragmas(QString *source);
private:
QmlJS::Engine *_engine;