forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/4.2'
Conflicts: src/shared/qbs Change-Id: I05c4945d238b7724ca73477fc3b21554564951c0
This commit is contained in:
@@ -113,10 +113,10 @@ public:
|
||||
void stashPrompt(const QString &command, const QString &statusOutput, QString *errorMessage);
|
||||
void executeStash(const QString &command, QString *errorMessage);
|
||||
|
||||
StashResult m_stashResult;
|
||||
StashResult m_stashResult = NotStashed;
|
||||
QString m_message;
|
||||
QString m_workingDir;
|
||||
StashFlag m_flags;
|
||||
StashFlag m_flags = Default;
|
||||
PushAction m_pushAction = NoPush;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user