forked from qt-creator/qt-creator
VCS: Use runVcs for Command
* Removes duplication * Supports all flags accepted by runVcs * Supports output while running Change-Id: Id067791760753184cd2516c23634564880ca5db0 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
cc2610aa71
commit
f9c4889a7f
@@ -69,10 +69,8 @@ public:
|
||||
bool unixTerminalDisabled() const;
|
||||
void setUnixTerminalDisabled(bool);
|
||||
|
||||
bool expectChanges() const;
|
||||
void setExpectChanges(bool);
|
||||
|
||||
static QString msgTimeout(int seconds);
|
||||
unsigned flags() const;
|
||||
void addFlags(unsigned f);
|
||||
|
||||
const QVariant &cookie() const;
|
||||
void setCookie(const QVariant &cookie);
|
||||
|
||||
Reference in New Issue
Block a user