forked from qt-creator/qt-creator
QmlJS: Allow 'follow symbol' to jump to the target of a file import.
Task-number: QTCREATORBUG-1736
This commit is contained in:
@@ -54,6 +54,7 @@ public:
|
||||
struct ImportInfo {
|
||||
QString name;
|
||||
ComponentVersion version;
|
||||
AST::UiImport *ast;
|
||||
};
|
||||
|
||||
QList<ImportInfo> fileImports() const;
|
||||
|
||||
Reference in New Issue
Block a user