https://bugs.kde.org/show_bug.cgi?id=357479

Martin Sandsmark <martin.sandsm...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |martin.sandsm...@kde.org

--- Comment #24 from Martin Sandsmark <martin.sandsm...@kde.org> ---
the problem is that the owncloud plugin is destroyed (twice?) when the split is
closed.

            QString pluginName =
QString::fromLocal8Bit(plugin->metaObject()->className()) + " " +
plugin->objectName();
            connect(plugin, &QObject::destroyed, [=](QObject *obj) {
                qWarning() << pluginName << obj << "destroyed";
            });

gives:

"OwncloudDolphinPlugin " QObject(0x190a040) destroyed
"OwncloudDolphinPlugin " QObject(0x190a040) destroyed

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to