Fix compatibility with Qt < 5.13.

This commit is contained in:
Roman Telezhynskyi 2024-01-15 13:38:53 +02:00
parent 12b73a121e
commit ad20f93085
2 changed files with 5 additions and 1 deletions

View file

@ -30,6 +30,10 @@
#include <QDialog>
#if QT_VERSION < QT_VERSION_CHECK(5, 13, 0)
#include "../vmisc/defglobal.h"
#endif
class QxtCsvModel;
class QComboBox;

View file

@ -41,8 +41,8 @@
#include <QTranslator>
#include <QtGlobal>
#include "../vmisc/def.h"
#include "../vpatterndb/vtranslatevars.h"
#include "def.h"
#include "vcommonsettings.h"
class QUndoStack;