forked from qt-creator/qt-creator
qmljs: new import/dep tracking
Change-Id: I9f4de2a06aad3afb80372a4b80e56db658683575 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
#include <qmljs/qmljsdocument.h>
|
||||
#include <qmljs/qmljs_global.h>
|
||||
#include <qmljs/qmljsconstants.h>
|
||||
#include <qmljs/qmljsimportdependencies.h>
|
||||
|
||||
#include <QFileInfoList>
|
||||
#include <QList>
|
||||
@@ -912,6 +913,7 @@ public:
|
||||
// const!
|
||||
ObjectValue *object;
|
||||
ImportInfo info;
|
||||
DependencyInfo::ConstPtr deps;
|
||||
// uri imports: path to library, else empty
|
||||
QString libraryPath;
|
||||
// whether the import succeeded
|
||||
|
||||
Reference in New Issue
Block a user