forked from qt-creator/qt-creator
VcsCommand: Remove one runCommand() overload
Not used anymore after changing implementation of execute(). Change-Id: I0af0e61b3bd9184f30f11cd80d377d25acf805f8 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -77,11 +77,11 @@ public:
|
||||
|
||||
// Fully synchronous VCS execution (QProcess-based)
|
||||
CommandResult vcsSynchronousExec(const Utils::FilePath &workingDir,
|
||||
const QStringList &args, unsigned flags = 0,
|
||||
int timeoutS = -1, QTextCodec *codec = nullptr) const;
|
||||
const QStringList &args, unsigned flags = 0,
|
||||
int timeoutS = -1, QTextCodec *codec = nullptr) const;
|
||||
CommandResult vcsSynchronousExec(const Utils::FilePath &workingDir,
|
||||
const Utils::CommandLine &cmdLine, unsigned flags = 0,
|
||||
int timeoutS = -1, QTextCodec *codec = nullptr) const;
|
||||
const Utils::CommandLine &cmdLine, unsigned flags = 0,
|
||||
int timeoutS = -1, QTextCodec *codec = nullptr) const;
|
||||
|
||||
// Simple helper to execute a single command using createCommand and enqueueJob.
|
||||
VcsCommand *vcsExec(const Utils::FilePath &workingDirectory,
|
||||
|
||||
Reference in New Issue
Block a user