forked from qt-creator/qt-creator
qmljs: fixing used imports
Task-number: QTCREATORBUG-12782 Change-Id: I44808f10504991fb9fc621acedd43035698c6afb Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
@@ -1038,7 +1038,7 @@ public:
|
||||
QString nameForImportedObject(const ObjectValue *value, const Context *context) const;
|
||||
bool importFailed() const;
|
||||
|
||||
QList<Import> all() const;
|
||||
const QList<Import> &all() const;
|
||||
|
||||
const TypeScope *typeScope() const;
|
||||
const JSImportScope *jsImportScope() const;
|
||||
|
||||
Reference in New Issue
Block a user