Fix compatibility with Qt < 5.13.
This commit is contained in:
parent
12b73a121e
commit
ad20f93085
|
@ -30,6 +30,10 @@
|
|||
|
||||
#include <QDialog>
|
||||
|
||||
#if QT_VERSION < QT_VERSION_CHECK(5, 13, 0)
|
||||
#include "../vmisc/defglobal.h"
|
||||
#endif
|
||||
|
||||
class QxtCsvModel;
|
||||
class QComboBox;
|
||||
|
||||
|
|
|
@ -41,8 +41,8 @@
|
|||
#include <QTranslator>
|
||||
#include <QtGlobal>
|
||||
|
||||
#include "../vmisc/def.h"
|
||||
#include "../vpatterndb/vtranslatevars.h"
|
||||
#include "def.h"
|
||||
#include "vcommonsettings.h"
|
||||
|
||||
class QUndoStack;
|
||||
|
|
Loading…
Reference in New Issue
Block a user