forked from qt-creator/qt-creator
Git: Replace synchronousStash with ensureStash
When flags are not used. syncStash doesn't return result, which can be useful for StashGuard Change-Id: I1327b5d8d10410e7a3b9fdb07a03b476d5abcdc4 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
8b67ae7395
commit
89d16332d1
@@ -243,6 +243,9 @@ public:
|
||||
|
||||
bool isValidRevision(const QString &revision) const;
|
||||
|
||||
StashResult ensureStash(const QString &workingDirectory, const QString &keyword, bool askUser,
|
||||
QString *message, QString *errorMessage = 0);
|
||||
|
||||
static QString msgNoChangedFiles();
|
||||
|
||||
static const char *noColorOption;
|
||||
|
||||
Reference in New Issue
Block a user