forked from qt-creator/qt-creator
Improved completion of JavaScript expressions.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user