From 0fc2cde89bfb0efa25b06f222315631f1e1b8425 Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Mon, 22 Nov 2021 10:09:53 +0100 Subject: [PATCH] qapplicationstatic.h: fix syncqt warning MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Warning was: "QtCore: WARNING: src/corelib/kernel/qapplicationstatic.h includes QMutex when it should include QtCore/QMutex" Comply. Change-Id: Ifc74b4f8052b7e95f86cab9a01a7e91bcbc3022d Reviewed-by: MÃ¥rten Nordheim --- src/corelib/kernel/qapplicationstatic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/corelib/kernel/qapplicationstatic.h b/src/corelib/kernel/qapplicationstatic.h index e7f381a70c..33567596e6 100644 --- a/src/corelib/kernel/qapplicationstatic.h +++ b/src/corelib/kernel/qapplicationstatic.h @@ -40,7 +40,7 @@ #ifndef QAPPLICATIONSTATIC_H #define QAPPLICATIONSTATIC_H -#include +#include #include QT_BEGIN_NAMESPACE