mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2024-11-14 21:37:42 -07:00
dfgsdgfg
This commit is contained in:
parent
e9eb926b83
commit
dbf80435a9
@ -110,7 +110,7 @@ NetplayDialog::NetplayDialog(QWidget* parent) : QDialog(parent), ui(new Ui::Netp
|
||||
QStandardItemModel* model = new QStandardItemModel();
|
||||
ui->tvPlayerList->setModel(model);
|
||||
|
||||
connect(this, &sgUpdatePlayerList, this, &doUpdatePlayerList);
|
||||
connect(this, &NetplayDialog::sgUpdatePlayerList, this, &NetplayDialog::doUpdatePlayerList);
|
||||
}
|
||||
|
||||
NetplayDialog::~NetplayDialog()
|
||||
|
Loading…
Reference in New Issue
Block a user