summaryrefslogtreecommitdiff
path: root/src/plugins/git/remotedialog.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@nokia.com>2011-12-07 14:02:36 +0100
committerHugues Delorme <delorme.hugues@fougsys.fr>2011-12-08 11:18:10 +0100
commit02d74bd3e7b8be6500c0d08b782c79f451a887bb (patch)
treeceaa9084e308f5e00cdc9a95f76b47b40394b5ee /src/plugins/git/remotedialog.h
parentf517215a3d85f82485a6a92ee674eb860a8b76b8 (diff)
downloadqt-creator-02d74bd3e7b8be6500c0d08b782c79f451a887bb.tar.gz
Git: Push to non-default remotes
Allow pushing into any of the defined remotes via Tools->Git->Remotes... Task-number: QTCREATORBUG-6382 Change-Id: I0bab34da4ec27c377993782b905b1d6c4f5a14b9 Reviewed-by: Hugues Delorme <delorme.hugues@fougsys.fr>
Diffstat (limited to 'src/plugins/git/remotedialog.h')
-rw-r--r--src/plugins/git/remotedialog.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/git/remotedialog.h b/src/plugins/git/remotedialog.h
index 213510a68b..9105f75df4 100644
--- a/src/plugins/git/remotedialog.h
+++ b/src/plugins/git/remotedialog.h
@@ -84,8 +84,11 @@ public slots:
void refreshRemotes();
void addRemote();
void removeRemote();
+ void pushToRemote();
void fetchFromRemote();
+ void updateButtonState();
+
private slots:
protected: