This commit is contained in:
Arisotura 2023-03-24 17:20:48 +01:00
parent e9eb926b83
commit dbf80435a9

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