VcsCommand: Move some methods into VcsCommandPrivate

Change-Id: I49302dadcc1ceaa7c73970aff9e41237d554098a
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Jarek Kobus
2022-09-01 17:13:31 +02:00
parent c98c4319e9
commit 28fdeefe6f
2 changed files with 37 additions and 38 deletions

View File

@@ -143,9 +143,6 @@ private:
void addTask(const QFuture<void> &future);
void postRunCommand(const Utils::FilePath &workingDirectory);
QString displayName() const;
int timeoutS() const;
// Run without a event loop in fully blocking mode. No signals will be delivered.
void runFullySynchronous(Utils::QtcProcess &proc);
// Run with an event loop. Signals will be delivered.