aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmllint/findwarnings.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qmllint/findwarnings.h')
-rw-r--r--tools/qmllint/findwarnings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qmllint/findwarnings.h b/tools/qmllint/findwarnings.h
index a48a765bde..74d86222b5 100644
--- a/tools/qmllint/findwarnings.h
+++ b/tools/qmllint/findwarnings.h
@@ -97,7 +97,7 @@ private:
QQmlJSImporter m_importer;
- void enterEnvironment(ScopeType type, const QString &name);
+ void enterEnvironment(QQmlJSScope::ScopeType type, const QString &name);
void leaveEnvironment();
void importExportedNames(QQmlJSScope::ConstPtr scope);