Fix build on Windows.
This commit is contained in:
parent
a0224bd6a2
commit
de94a6db84
|
@ -37,12 +37,16 @@
|
||||||
#include <QStyle>
|
#include <QStyle>
|
||||||
#include <QtConcurrent>
|
#include <QtConcurrent>
|
||||||
|
|
||||||
|
#if QT_VERSION < QT_VERSION_CHECK(5, 7, 0)
|
||||||
|
#include "../vmisc/backport/qoverload.h"
|
||||||
|
#endif // QT_VERSION < QT_VERSION_CHECK(5, 7, 0)
|
||||||
|
|
||||||
#include "../vmisc/def.h"
|
#include "../vmisc/def.h"
|
||||||
#include "../vmisc/vabstractapplication.h"
|
#include "../vmisc/vabstractapplication.h"
|
||||||
#include "../vpropertyexplorer/checkablemessagebox.h"
|
#include "../vpropertyexplorer/checkablemessagebox.h"
|
||||||
#include "../ifc/exception/vexception.h"
|
#include "../ifc/exception/vexception.h"
|
||||||
#include "../ifc/xml/vwatermarkconverter.h"
|
#include "../ifc/xml/vwatermarkconverter.h"
|
||||||
#include "../vmisc/vvalentinasettings.h"
|
#include "../vformat/vwatermark.h"
|
||||||
|
|
||||||
//---------------------------------------------------------------------------------------------------------------------
|
//---------------------------------------------------------------------------------------------------------------------
|
||||||
WatermarkWindow::WatermarkWindow(const QString &patternPath, QWidget *parent) :
|
WatermarkWindow::WatermarkWindow(const QString &patternPath, QWidget *parent) :
|
||||||
|
|
|
@ -31,7 +31,6 @@
|
||||||
#include <QMainWindow>
|
#include <QMainWindow>
|
||||||
|
|
||||||
#include "../ifc/ifcdef.h"
|
#include "../ifc/ifcdef.h"
|
||||||
#include "../vformat/vwatermark.h"
|
|
||||||
#include "../vmisc/vlockguard.h"
|
#include "../vmisc/vlockguard.h"
|
||||||
|
|
||||||
namespace Ui
|
namespace Ui
|
||||||
|
|
Loading…
Reference in New Issue
Block a user