mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-26 07:39:56 -06:00
actually make that client connect UI work
This commit is contained in:
@ -23,6 +23,7 @@
|
||||
#include <map>
|
||||
#include <QDialog>
|
||||
#include <QMutex>
|
||||
#include <QItemSelection>
|
||||
|
||||
#include "types.h"
|
||||
|
||||
@ -100,6 +101,8 @@ signals:
|
||||
void sgUpdateDiscoveryList();
|
||||
|
||||
private slots:
|
||||
void onGameSelectionChanged(const QItemSelection& cur, const QItemSelection& prev);
|
||||
void on_tvAvailableGames_doubleClicked(QModelIndex index);
|
||||
void onDirectConnect();
|
||||
void done(int r);
|
||||
|
||||
|
Reference in New Issue
Block a user