<QDebugStateSaver> was introduced since Qt 5.1.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2016-08-21 13:19:42 +03:00
parent 3f4f605253
commit b0a7af152a

View File

@ -33,7 +33,10 @@
#include "qmarginsf.h"
#if QT_VERSION >= QT_VERSION_CHECK(5, 1, 0)
#include <QDebugStateSaver>
#endif
#if QT_VERSION < QT_VERSION_CHECK(5, 3, 0)
#include <QDataStream>
#include <QtDebug>