Skip to content

Commit

Permalink
Do not emit socketDestroyed twice in FileProviderSocketController
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio Cambra <[email protected]>
  • Loading branch information
claucambra committed Mar 15, 2023
1 parent 4b51868 commit 80831a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gui/macOS/fileprovidersocketcontroller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 80831a4

Please sign in to comment.