From 3254595fa454711dc9dc80a783fa4630e7057953 Mon Sep 17 00:00:00 2001 From: Claudio Cambra Date: Wed, 15 Mar 2023 16:05:03 +0100 Subject: [PATCH] Do not emit socketDestroyed twice in FileProviderSocketController Signed-off-by: Claudio Cambra --- src/gui/macOS/fileprovidersocketcontroller.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gui/macOS/fileprovidersocketcontroller.cpp b/src/gui/macOS/fileprovidersocketcontroller.cpp index e22d73d45..f3881c04f 100644 --- a/src/gui/macOS/fileprovidersocketcontroller.cpp +++ b/src/gui/macOS/fileprovidersocketcontroller.cpp @@ -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) -- 2.30.2