mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-22 13:45:55 +00:00
Add handling to remote suggestion dialog for selecting remotes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user