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