mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 23:28:14 +03:00
Do not emit socketDestroyed twice in FileProviderSocketController
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
6e84aa67a4
commit
3254595fa4
1 changed files with 0 additions and 1 deletions
|
@ -41,7 +41,6 @@ void FileProviderSocketController::slotOnDisconnected()
|
|||
{
|
||||
qCInfo(lcFileProviderSocketController) << "File provider socket disconnected";
|
||||
_socket->deleteLater();
|
||||
Q_EMIT socketDestroyed(_socket);
|
||||
}
|
||||
|
||||
void FileProviderSocketController::slotSocketDestroyed(const QObject * const object)
|
||||
|
|
Loading…
Reference in a new issue