forked from qt-creator/qt-creator
Move CommandLine out of fileutils.h
to ProcessArgs and rename the files to commandline.*. fileutils was a strange place for CommandLine, and this reduces the dependencies needed for sdktool. Change-Id: I9d7e8ffe8a3560f5d12934457b086f9446976883 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
#include "sshsettings.h"
|
||||
|
||||
#include <utils/fileutils.h>
|
||||
#include <utils/processargs.h>
|
||||
#include <utils/commandline.h>
|
||||
#include <utils/qtcassert.h>
|
||||
|
||||
#include <QByteArrayList>
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
#include <QTimer>
|
||||
|
||||
#include <utils/algorithm.h>
|
||||
#include <utils/processargs.h>
|
||||
#include <utils/commandline.h>
|
||||
|
||||
using namespace Utils;
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
#include "sshlogging_p.h"
|
||||
#include "sshsettings.h"
|
||||
|
||||
#include <utils/fileutils.h>
|
||||
#include <utils/commandline.h>
|
||||
#include <utils/qtcassert.h>
|
||||
|
||||
#include <QDir>
|
||||
|
||||
@@ -28,7 +28,9 @@
|
||||
#include "ssh_global.h"
|
||||
#include "sshprocess.h"
|
||||
|
||||
#include <utils/fileutils.h>
|
||||
namespace Utils {
|
||||
class CommandLine;
|
||||
}
|
||||
|
||||
namespace QSsh {
|
||||
class SshConnection;
|
||||
|
||||
Reference in New Issue
Block a user