aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmllint/findunqualified.h
diff options
context:
space:
mode:
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;