mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 15:11:36 -04:00
[Browser] Allow connecting by double click
This commit is contained in:
parent
5eff2ece21
commit
3070ecdea7
@ -39,6 +39,8 @@ MainWindow::MainWindow(QWidget *parent)
|
||||
connect(actionPlay, SIGNAL(triggered(bool)), this, SLOT(play()));
|
||||
connect(tblServerBrowser, SIGNAL(clicked(QModelIndex)), this, SLOT(serverSelected()));
|
||||
connect(tblFavorites, SIGNAL(clicked(QModelIndex)), this, SLOT(serverSelected()));
|
||||
connect(tblFavorites, SIGNAL(doubleClicked(QModelIndex)), this, SLOT(play()));
|
||||
connect(tblServerBrowser, SIGNAL(doubleClicked(QModelIndex)), this, SLOT(play()));
|
||||
|
||||
loadFavorites();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user