aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlcompiler/qqmljsannotation_p.h
diff options
context:
space:
mode:
authorFabian Kosmale <fabian.kosmale@qt.io>2021-03-17 16:34:07 +0100
committerFabian Kosmale <fabian.kosmale@qt.io>2021-03-19 23:43:55 +0100
commitbcbd57d2a16219747c0f6165728c5af7789fc303 (patch)
tree0c6118f5718c4265bf56bf8879eff39e96e2dc59 /src/qmlcompiler/qqmljsannotation_p.h
parent2afb055609dedb79f232b32f704cce33ffd5778d (diff)
Remove using directive in headers
Having those in tooling headers is not really critical, but avoids some CodeChecker warnings. Change-Id: I33e54ca3519b79a00d582970770e8ab0b06ca742 Reviewed-by: Andrei Golubev <andrei.golubev@qt.io> Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'src/qmlcompiler/qqmljsannotation_p.h')
-rw-r--r--src/qmlcompiler/qqmljsannotation_p.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qmlcompiler/qqmljsannotation_p.h b/src/qmlcompiler/qqmljsannotation_p.h
index bd19580745..aaeb5b59c7 100644
--- a/src/qmlcompiler/qqmljsannotation_p.h
+++ b/src/qmlcompiler/qqmljsannotation_p.h
@@ -45,8 +45,6 @@
QT_BEGIN_NAMESPACE
-using namespace QQmlJS::AST;
-
struct QQQmlJSDeprecation
{
QString reason;