fix warning
Change-Id: I7afedbf679ae1c8467eea749e79eb10f2516d039 Reviewed-by: Oliver Wolff <oliver.wolff@digia.com> Reviewed-by: Andrew Knight <andrew.knight@digia.com>bb10
parent
e6cb06a835
commit
c6bb371b4b
|
|
@ -80,8 +80,6 @@ bool QLocalServerPrivate::listen(const QString &requestedServerName)
|
|||
|
||||
bool QLocalServerPrivate::listen(qintptr socketDescriptor)
|
||||
{
|
||||
Q_Q(QLocalServer);
|
||||
|
||||
return tcpServer.setSocketDescriptor(socketDescriptor);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue