Fix copy paste error.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2020-01-07 14:21:47 +02:00
parent b3f236dbb5
commit 5658e0b0d5
8 changed files with 8 additions and 8 deletions

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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,

View file

@ -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