This commit is contained in:
Arisotura
2023-03-24 17:20:48 +01:00
parent dba950c4c3
commit 3ce3f5da48

View File

@ -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()