forked from qt-creator/qt-creator
Git: Add shortcut to "manage remotes" to branch view
Change-Id: I36d9196a41869176f8ad602f1ba406402fc5b77c Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
committed by
André Hartmann
parent
754fd66a0b
commit
017f4d7c4d
@@ -92,6 +92,7 @@ public:
|
||||
|
||||
QObject *remoteCommand(const QStringList &options, const QString &workingDirectory,
|
||||
const QStringList &args) override;
|
||||
void manageRemotes();
|
||||
|
||||
protected:
|
||||
void updateActions(VcsBase::VcsBasePlugin::ActionState) override;
|
||||
@@ -135,7 +136,6 @@ private:
|
||||
void stashSnapshot();
|
||||
void stashPop();
|
||||
void branchList();
|
||||
void remoteList();
|
||||
void stashList();
|
||||
void fetch();
|
||||
void pull();
|
||||
|
||||
Reference in New Issue
Block a user