Updated includes ..
--HG-- branch : develop
This commit is contained in:
parent
dc95ae30e9
commit
166946df92
|
@ -3,11 +3,7 @@
|
|||
#include "dialogs/dialogsavelayout.h"
|
||||
#include "xml/vdomdocument.h"
|
||||
|
||||
#if QT_VERSION < QT_VERSION_CHECK(5, 2, 0)
|
||||
# include "../libs/vmisc/backport/qcommandlineparser.h"
|
||||
#else
|
||||
# include <QCommandLineParser>
|
||||
#endif
|
||||
|
||||
|
||||
VCommandLinePtr VCommandLine::instance = nullptr;
|
||||
|
||||
|
|
|
@ -2,10 +2,15 @@
|
|||
#define VCMDEXPORT_H
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
#include <iostream>
|
||||
#include <QTextStream>
|
||||
|
||||
#include "dialogs/dialoglayoutsettings.h"
|
||||
|
||||
#if QT_VERSION < QT_VERSION_CHECK(5, 2, 0)
|
||||
# include "../libs/vmisc/backport/qcommandlineparser.h"
|
||||
#else
|
||||
# include <QCommandLineParser>
|
||||
#endif
|
||||
|
||||
constexpr auto GENERAL_ERROR_STATUS = 255;
|
||||
constexpr auto INVALID_PARAMS_STATUS = 254;
|
||||
|
|
|
@ -35,6 +35,8 @@
|
|||
#include <QDir>
|
||||
#include <QFileDialog>
|
||||
#include <QMessageBox>
|
||||
#include <QProcess>
|
||||
#include <QDebug>
|
||||
|
||||
using namespace nm_DialogSaveLayout;
|
||||
|
||||
|
|
|
@ -37,6 +37,7 @@
|
|||
#include "tools/vtooluniondetails.h"
|
||||
#include "tools/drawTools/drawtools.h"
|
||||
#include "core/vcmdexport.h"
|
||||
#include <QLockFile>
|
||||
|
||||
namespace Ui
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user