Add handling to remote suggestion dialog for selecting remotes

This commit is contained in:
baldurk
2017-05-30 13:18:57 +01:00
parent 6d08766792
commit 2c145fc64c
3 changed files with 9 additions and 11 deletions
@@ -57,10 +57,12 @@ public:
private slots:
// automatic slots
void on_alwaysLocal_toggled(bool checked);
void on_remote_clicked();
void on_local_clicked();
void on_cancel_clicked();
// manual slots
void remoteItem_clicked(QAction *action);
private:
Ui::SuggestRemoteDialog *ui;
QMenu *m_Remotes;