summaryrefslogtreecommitdiff
path: root/src/plugins/cppcheck
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2023-01-03 08:52:01 +0100
committerhjk <hjk@qt.io>2023-01-03 11:18:58 +0000
commit4e89092251bb5c956ac622c14dc8cbd29c68fc3a (patch)
treef11af32dcae4e97694cc11a5faf60e47f7fd05c0 /src/plugins/cppcheck
parent5d675ff53343aed139e70ad00bb3c15b7a7dbf0c (diff)
downloadqt-creator-6.0.tar.gz
More compile fix with recent Qt 66.0
Mostly by backporting Creator master hunks. It still compiles with Qt 5.15. Change-Id: I14d2e33c3ca2368cb848748d5f5b41aa47801f72 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'src/plugins/cppcheck')
-rw-r--r--src/plugins/cppcheck/cppchecktrigger.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/cppcheck/cppchecktrigger.h b/src/plugins/cppcheck/cppchecktrigger.h
index c2bfc13112..3cd6691de3 100644
--- a/src/plugins/cppcheck/cppchecktrigger.h
+++ b/src/plugins/cppcheck/cppchecktrigger.h
@@ -26,6 +26,7 @@
#pragma once
#include <QHash>
+#include <QObject>
#include <QPointer>
namespace Utils {