forked from qt-creator/qt-creator
Utils: Use CommandLine in ShellCommand
... and adapt users. Change-Id: I218523ffe34720d5fe199aa0ca6892a8dc2985fc Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -41,7 +41,7 @@ class QTextCodec;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
namespace Utils {
|
||||
class FilePath;
|
||||
class CommandLine;
|
||||
class SynchronousProcessResponse;
|
||||
} // namespace Utils
|
||||
|
||||
@@ -170,8 +170,7 @@ public:
|
||||
static QString source(Core::IDocument *document);
|
||||
|
||||
static Utils::SynchronousProcessResponse runVcs(const QString &workingDir,
|
||||
const Utils::FilePath &binary,
|
||||
const QStringList &arguments,
|
||||
const Utils::CommandLine &cmd,
|
||||
int timeOutS,
|
||||
unsigned flags = 0,
|
||||
QTextCodec *outputCodec = nullptr,
|
||||
|
Reference in New Issue
Block a user