Fix copy paste error.
--HG-- branch : develop
This commit is contained in:
parent
b3f236dbb5
commit
5658e0b0d5
|
@ -28,7 +28,7 @@
|
|||
|
||||
#include "vgeometrydef.h"
|
||||
|
||||
#if QT_VERSION < QT_VERSION_CHECK(5, 11, 0)
|
||||
#if QT_VERSION < QT_VERSION_CHECK(5, 14, 0)
|
||||
# include "../vmisc/vdatastreamenum.h"
|
||||
#endif
|
||||
#include "../ifc/exception/vexception.h"
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
#include <QCoreApplication>
|
||||
|
||||
#include "../vmisc/diagnostic.h"
|
||||
#if QT_VERSION < QT_VERSION_CHECK(5, 11, 0)
|
||||
#if QT_VERSION < QT_VERSION_CHECK(5, 14, 0)
|
||||
# include "../vmisc/vdatastreamenum.h"
|
||||
#endif
|
||||
#include "../vmisc/defglobal.h"
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
#include "../vpatterndb/floatItemData/vpatternlabeldata.h"
|
||||
#include "../vpatterndb/floatItemData/vgrainlinedata.h"
|
||||
#include "../vmisc/diagnostic.h"
|
||||
#if QT_VERSION < QT_VERSION_CHECK(5, 11, 0)
|
||||
#if QT_VERSION < QT_VERSION_CHECK(5, 14, 0)
|
||||
# include "../vmisc/vdatastreamenum.h"
|
||||
#endif
|
||||
#include "vlayoutpiecepath.h"
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
#include <QVector>
|
||||
|
||||
#include "../vmisc/diagnostic.h"
|
||||
#if QT_VERSION < QT_VERSION_CHECK(5, 11, 0)
|
||||
#if QT_VERSION < QT_VERSION_CHECK(5, 14, 0)
|
||||
# include "../vmisc/vdatastreamenum.h"
|
||||
#endif
|
||||
#include "../ifc/exception/vexception.h"
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
#include "../vpatterndb/floatItemData/vpiecelabeldata.h"
|
||||
#include "../vmisc/vabstractapplication.h"
|
||||
#include "../vmisc/vmath.h"
|
||||
#if QT_VERSION < QT_VERSION_CHECK(5, 11, 0)
|
||||
#if QT_VERSION < QT_VERSION_CHECK(5, 14, 0)
|
||||
# include "../vmisc/vdatastreamenum.h"
|
||||
#endif
|
||||
#include "../vpatterndb/vcontainer.h"
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
#include <QGlobalStatic>
|
||||
|
||||
#include "vabstractapplication.h"
|
||||
#if QT_VERSION < QT_VERSION_CHECK(5, 11, 0)
|
||||
#if QT_VERSION < QT_VERSION_CHECK(5, 14, 0)
|
||||
# include "vdatastreamenum.h"
|
||||
#endif
|
||||
#include "../ifc/exception/vexception.h"
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
// (de)serialize enums into QDataStream
|
||||
|
||||
#if QT_VERSION < QT_VERSION_CHECK(5, 11, 0)
|
||||
#if QT_VERSION < QT_VERSION_CHECK(5, 14, 0)
|
||||
//a function that can serialize any enum into QDataStream
|
||||
//it stores the enum in a qint64
|
||||
template<typename Enum,
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
#include "../ifc/ifcdef.h"
|
||||
#include "../ifc/exception/vexception.h"
|
||||
#include "../vmisc/diagnostic.h"
|
||||
#if QT_VERSION < QT_VERSION_CHECK(5, 11, 0)
|
||||
#if QT_VERSION < QT_VERSION_CHECK(5, 14, 0)
|
||||
# include "../vmisc/vdatastreamenum.h"
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user