mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:04:13 +02:00
change signature of errorTestingLocalSocket
This commit is contained in:
parent
20ab108d51
commit
73b7e787d3
2 changed files with 2 additions and 2 deletions
|
@ -920,7 +920,7 @@ void LimitedNodeList::connectedForLocalSocketTest() {
|
|||
}
|
||||
}
|
||||
|
||||
void LimitedNodeList::errorTestingLocalSocket(QAbstractSocket::SocketError error) {
|
||||
void LimitedNodeList::errorTestingLocalSocket() {
|
||||
auto localIPTestSocket = qobject_cast<QTcpSocket*>(sender());
|
||||
|
||||
if (localIPTestSocket) {
|
||||
|
|
|
@ -249,7 +249,7 @@ signals:
|
|||
|
||||
protected slots:
|
||||
void connectedForLocalSocketTest();
|
||||
void errorTestingLocalSocket(QAbstractSocket::SocketError error);
|
||||
void errorTestingLocalSocket();
|
||||
|
||||
protected:
|
||||
LimitedNodeList(unsigned short socketListenPort = 0, unsigned short dtlsListenPort = 0);
|
||||
|
|
Loading…
Reference in a new issue