[k3b] [Bug 383835] Crash after closing audio project

Mark bugzilla_noreply at kde.org
Fri Aug 25 03:14:10 UTC 2017


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

--- Comment #11 from Mark <phobian at vivaldi.net> ---
Solved! ....maybe

The problem seems involved between k3b and kfilemetadata. So seemed to me there
might be some kind of name collision. grepped the k3b source and found clues. 
Now, this works for me (tried a number of times) but I don't know what other
problems it would cause. 

src/projects/k3bprojectplugindialog.cpp:22

K3b::ProjectPluginDialog::ProjectPluginDialog( K3b::ProjectPlugin* plugin,
K3b::Doc* doc, QWidget* parent )
    : K3b::InteractionDialog( parent,
                            QString(),
                            QString(),
                            START_BUTTON|CANCEL_BUTTON,
                            START_BUTTON,
                            plugin->metaObject()->className() )
      //m_plugin(plugin)
{
    m_pluginGui = plugin->createGUI( doc, this );

m_plugin is a name also used in kfilemetadata.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the k3b mailing list