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

Martin Sandsmark <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #24 from Martin Sandsmark <[email protected]> ---
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