We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3d2205 commit 4c5ac37Copy full SHA for 4c5ac37
1 file changed
src/ddeintegration/appmgr.cpp
@@ -514,6 +514,7 @@ void AppMgr::watchingAppItemRemoved(const QString &key)
514
qCDebug(logDdeIntegration) << "App item removed, desktopId" << appItem->id;
515
if (auto handler = appItem->handler) {
516
qCDebug(logDdeIntegration) << "Deleting handler for removed app:" << appItem->id;
517
+ handler->disconnect(this);
518
handler->deleteLater();
519
}
520
m_appItems.remove(key);
0 commit comments