pip 24 #54

Merged
andrey merged 7 commits from master into release 2020-07-16 13:51:50 +03:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit a5d75fec09 - Show all commits

View File

@@ -3,6 +3,7 @@
#include <QDirIterator>
#include <QTranslator>
#include <QApplication>
#include <QDebug>
#if QT_VERSION >= QT_VERSION_CHECK(5, 0, 0)
# include <QStandardPaths>
#else

View File

@@ -21,7 +21,7 @@
#define QAD_LOCATIONS_H
#include "qad_export.h"
#include <QDebug>
#include <QString>
namespace QAD {