forked from qt-creator/qt-creator
Git: Rename push enum values
Change-Id: I2809096774882ba1e7e98e2805ad94f03a70dbdc Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
13a0b348be
commit
6cf030d8d3
@@ -53,9 +53,9 @@ struct GitSubmitEditorPanelInfo
|
||||
QDebug operator<<(QDebug d, const GitSubmitEditorPanelInfo &);
|
||||
|
||||
enum PushAction {
|
||||
CommitOnly,
|
||||
CommitAndPush,
|
||||
CommitAndPushToGerrit
|
||||
NoPush,
|
||||
NormalPush,
|
||||
PushToGerrit
|
||||
};
|
||||
|
||||
struct GitSubmitEditorPanelData
|
||||
|
Reference in New Issue
Block a user