Fixes crash when pressing enter in ConnectDialog with nothing selected

This commit is contained in:
Haoyu Qiu 2020-02-16 20:45:10 +08:00
parent 53cf289f30
commit cf8eedb2f5
2 changed files with 4 additions and 13 deletions

View file

@ -76,7 +76,6 @@ class ConnectDialog : public ConfirmationDialog {
void ok_pressed();
void _cancel_pressed();
void _tree_node_selected();
void _tree_item_activated();
void _add_bind();
void _remove_bind();
void _advanced_pressed();