Updated includes ..

--HG--
branch : develop
This commit is contained in:
Alex 2015-08-26 06:39:33 +03:00
parent dc95ae30e9
commit 166946df92
4 changed files with 10 additions and 6 deletions

View File

@ -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;

View File

@ -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;

View File

@ -35,6 +35,8 @@
#include <QDir>
#include <QFileDialog>
#include <QMessageBox>
#include <QProcess>
#include <QDebug>
using namespace nm_DialogSaveLayout;

View File

@ -37,6 +37,7 @@
#include "tools/vtooluniondetails.h"
#include "tools/drawTools/drawtools.h"
#include "core/vcmdexport.h"
#include <QLockFile>
namespace Ui
{