mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-07-06 09:15:23 +08:00
qt 6.6.0 clean
This commit is contained in:
@ -83,7 +83,7 @@ void MainWindow::on_connectButton_clicked()
|
||||
return startNewConnection(remoteAddress);
|
||||
|
||||
addInfoMessage(tr("Looking up the host ..."));
|
||||
lookupId = QHostInfo::lookupHost(hostName, this, SLOT(lookupFinished(QHostInfo)));
|
||||
lookupId = QHostInfo::lookupHost(hostName, this, &MainWindow::lookupFinished);
|
||||
updateUi();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user