forked from qt-creator/qt-creator
VcsCommand: Move some methods into VcsCommandPrivate
Change-Id: I49302dadcc1ceaa7c73970aff9e41237d554098a Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user