Improved completion of JavaScript expressions.

This commit is contained in:
Roberto Raggi
2010-02-08 21:37:59 +01:00
parent 967ed09c29
commit 3d44c5621d
5 changed files with 50 additions and 51 deletions

View File

@@ -81,6 +81,9 @@ public:
QString path() const { return _path; }
QString componentName() const { return _componentName; }
private:
bool parse_helper(int kind);
private:
QmlJS::Engine *_engine;
NodePool *_pool;