Use #include <QtGlobal> instead to cover all Qt versions.

This commit is contained in:
Roman Telezhynskyi 2023-08-05 19:06:32 +03:00
parent cd0813f043
commit 45c0b1cf1f

View file

@ -30,10 +30,6 @@
#include <QtGlobal>
#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0)
#include <QtCore/QtCompilerDetection>
#endif
class QJsonObject;
class QJsonValue;
class QByteArray;