From c07eaa2a252a9e108155c0f14219119e6f80505f Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Wed, 2 Oct 2013 15:11:07 +0300 Subject: Git: Move hasRemotes out of panel data It is input only, and doesn't belong to the panel Also rename it enablePush Change-Id: I9d5e2246ce76854a54b02e69980214dd35a402ee Reviewed-by: Petar Perisin --- src/plugins/git/commitdata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/git/commitdata.h') diff --git a/src/plugins/git/commitdata.h b/src/plugins/git/commitdata.h index deb5072c3d..635e24a3b9 100644 --- a/src/plugins/git/commitdata.h +++ b/src/plugins/git/commitdata.h @@ -68,7 +68,6 @@ struct GitSubmitEditorPanelData QString email; bool bypassHooks; PushAction pushAction; - bool hasRemotes; }; QDebug operator<<(QDebug d, const GitSubmitEditorPanelData &); @@ -115,6 +114,7 @@ public: QString commitEncoding; GitSubmitEditorPanelInfo panelInfo; GitSubmitEditorPanelData panelData; + bool enablePush; QList files; -- cgit v1.2.1