mirror of
https://github.com/status-im/snorenotify.git
synced 2025-01-09 16:15:45 +00:00
fix connect on msvc
This commit is contained in:
parent
6ef2f00f4e
commit
4ea0d86f2a
@ -37,7 +37,7 @@ SnarlNetworkFrontend::SnarlNetworkFrontend():
|
||||
setErrorString(tr("The port is already used by a different application."));
|
||||
return;
|
||||
}
|
||||
connect(tcpServer, &QTcpServer::newConnection, this, SnarlNetworkFrontend::handleConnection);
|
||||
connect(tcpServer, &QTcpServer::newConnection, this, &SnarlNetworkFrontend::handleConnection);
|
||||
} else {
|
||||
tcpServer->deleteLater();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user