aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmllint/findunqualified.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2019-11-11 17:35:09 +0100
committerUlf Hermann <ulf.hermann@qt.io>2020-01-13 16:54:13 +0100
commit6c68a39a56299c72da30a4bac3ca7fe8420687a4 (patch)
treeb88b33e57c71f131dec7adfd4cf42b87766f1382 /tools/qmllint/findunqualified.h
parentd0b2a3b5eb4021fb19b634e550cbc6f6664ad775 (diff)
qmllint: Resolve aliases
Change-Id: Ida53af9774dc72559395064169113d0ee1f47f24 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'tools/qmllint/findunqualified.h')
-rw-r--r--tools/qmllint/findunqualified.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/qmllint/findunqualified.h b/tools/qmllint/findunqualified.h
index 37ba259638..f5955a3a74 100644
--- a/tools/qmllint/findunqualified.h
+++ b/tools/qmllint/findunqualified.h
@@ -103,8 +103,7 @@ private:
void importExportedNames(const QStringRef &prefix, QString name);
void parseHeaders(QQmlJS::AST::UiHeaderItemList *headers);
- void parseMembers(QQmlJS::AST::UiObjectMemberList *members, ScopeTree *scope);
- void parseProgram(QQmlJS::AST::Program *program, ScopeTree *scope);
+ ScopeTree *parseProgram(QQmlJS::AST::Program *program, const QString &name);
void throwRecursionDepthError() override;