aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmllint
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2020-10-01 14:37:30 +0200
committerUlf Hermann <ulf.hermann@qt.io>2020-10-05 14:58:47 +0200
commitc3f1b5a9ae9e4d10232d3234c7f99f10872a0398 (patch)
treed9495fcfd7b119882742de2aafd428519dffad16 /tools/qmllint
parent2059c8be904541a31e75c1de9d3b5afa37c6954d (diff)
QmlCompiler: Rename ImportedMembersVisitor
The class names should start with a common prefix. Change-Id: I645ef476f8493d38c2f4c5241d4a2903543f09e8 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'tools/qmllint')
-rw-r--r--tools/qmllint/findwarnings.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/qmllint/findwarnings.cpp b/tools/qmllint/findwarnings.cpp
index 7050b40e17..7c7ca5f078 100644
--- a/tools/qmllint/findwarnings.cpp
+++ b/tools/qmllint/findwarnings.cpp
@@ -29,7 +29,6 @@
#include "findwarnings.h"
#include "checkidentifiers.h"
-#include <QtQmlCompiler/private/importedmembersvisitor_p.h>
#include <QtQmlCompiler/private/qqmljsscope_p.h>
#include <QtQmlCompiler/private/typedescriptionreader_p.h>
#include <QtQmlCompiler/private/qmljstypereader_p.h>