aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmllint/main.cpp
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2021-11-15 14:31:42 +0100
committerKai Köhne <kai.koehne@qt.io>2021-11-15 15:38:11 +0100
commitd17a49a5c593947a3a2f7aaa39137375e508a8fd (patch)
treebc70a065b961e20f9fe9c9b2feaee4ec81eb30c1 /tools/qmllint/main.cpp
parentc5ac90ace6bbb756ff233dd1e1b0e464cecac30e (diff)
Explicitly include qloggingcategory.h
Do not rely on QLoggingCategory being implicitly declared through other headers. Pick-to: 6.2 Change-Id: Ib6cda43f281d31a7127dd591be2540fb00a0a699 Reviewed-by: Maximilian Goldstein <max.goldstein@qt.io>
Diffstat (limited to 'tools/qmllint/main.cpp')
-rw-r--r--tools/qmllint/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/qmllint/main.cpp b/tools/qmllint/main.cpp
index 503124e64a..aa3ed86770 100644
--- a/tools/qmllint/main.cpp
+++ b/tools/qmllint/main.cpp
@@ -48,6 +48,7 @@
#include <QtCore/qjsonobject.h>
#include <QtCore/qjsonarray.h>
#include <QtCore/qjsondocument.h>
+#include <QtCore/qloggingcategory.h>
#include <QtCore/qscopeguard.h>
#if QT_CONFIG(commandlineparser)