forked from qt-creator/qt-creator
VCS: Add a property to Command to indicate expected repo changes
Change-Id: Ia6c929ae64008dcb37695a5358c44096a893e0c4 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
aae82f0e29
commit
808f4492c5
@@ -85,6 +85,9 @@ public:
|
||||
bool unixTerminalDisabled() const;
|
||||
void setUnixTerminalDisabled(bool);
|
||||
|
||||
bool expectChanges() const;
|
||||
void setExpectChanges(bool);
|
||||
|
||||
static QString msgTimeout(int seconds);
|
||||
|
||||
const QVariant &cookie() const;
|
||||
|
||||
Reference in New Issue
Block a user