Git: Rename push enum values

Change-Id: I2809096774882ba1e7e98e2805ad94f03a70dbdc
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Petar Perisin
2013-10-02 09:40:08 +03:00
committed by Orgad Shaneh
parent 13a0b348be
commit 6cf030d8d3
4 changed files with 12 additions and 12 deletions

View File

@@ -53,9 +53,9 @@ struct GitSubmitEditorPanelInfo
QDebug operator<<(QDebug d, const GitSubmitEditorPanelInfo &);
enum PushAction {
CommitOnly,
CommitAndPush,
CommitAndPushToGerrit
NoPush,
NormalPush,
PushToGerrit
};
struct GitSubmitEditorPanelData