<QDebugStateSaver> was introduced since Qt 5.1.
--HG-- branch : develop
This commit is contained in:
parent
3f4f605253
commit
b0a7af152a
|
@ -33,7 +33,10 @@
|
||||||
|
|
||||||
#include "qmarginsf.h"
|
#include "qmarginsf.h"
|
||||||
|
|
||||||
|
#if QT_VERSION >= QT_VERSION_CHECK(5, 1, 0)
|
||||||
#include <QDebugStateSaver>
|
#include <QDebugStateSaver>
|
||||||
|
#endif
|
||||||
|
|
||||||
#if QT_VERSION < QT_VERSION_CHECK(5, 3, 0)
|
#if QT_VERSION < QT_VERSION_CHECK(5, 3, 0)
|
||||||
#include <QDataStream>
|
#include <QDataStream>
|
||||||
#include <QtDebug>
|
#include <QtDebug>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user