forked from qt-creator/qt-creator
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>
This commit is contained in:
committed by
Hugues Delorme
parent
f517215a3d
commit
02d74bd3e7
@@ -84,8 +84,11 @@ public slots:
|
||||
void refreshRemotes();
|
||||
void addRemote();
|
||||
void removeRemote();
|
||||
void pushToRemote();
|
||||
void fetchFromRemote();
|
||||
|
||||
void updateButtonState();
|
||||
|
||||
private slots:
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user