qapplicationstatic.h: fix syncqt warning
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 <marten.nordheim@qt.io>
This commit is contained in:
parent
9d79e5f26c
commit
0fc2cde89b
@ -40,7 +40,7 @@
|
||||
#ifndef QAPPLICATIONSTATIC_H
|
||||
#define QAPPLICATIONSTATIC_H
|
||||
|
||||
#include <QMutex>
|
||||
#include <QtCore/QMutex>
|
||||
#include <QtCore/qglobalstatic.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
Loading…
Reference in New Issue
Block a user