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:
Orgad Shaneh
2013-06-09 06:00:29 +03:00
committed by Orgad Shaneh
parent aae82f0e29
commit 808f4492c5
8 changed files with 87 additions and 44 deletions

View File

@@ -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;