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:
@@ -132,12 +132,6 @@ signals:
|
||||
void runCommandFinished(const Utils::FilePath &workingDirectory);
|
||||
|
||||
private:
|
||||
// This is called once per job in a thread.
|
||||
// When called from the UI thread it will execute fully synchronously, so no signals will
|
||||
// be triggered!
|
||||
CommandResult runCommand(const Utils::CommandLine &command, int timeoutS,
|
||||
const Utils::FilePath &workingDirectory,
|
||||
const Utils::ExitCodeInterpreter &interpreter);
|
||||
void postRunCommand(const Utils::FilePath &workingDirectory);
|
||||
|
||||
// Run without a event loop in fully blocking mode. No signals will be delivered.
|
||||
|
||||
Reference in New Issue
Block a user