[Marble-bugs] [Bug 297919] plugin config dialogs in settings dialog get their own entry in the task bar
Dennis Nienhüser
earthwings at gentoo.org
Thu Apr 12 08:34:07 UTC 2012
https://bugs.kde.org/show_bug.cgi?id=297919
Dennis Nienhüser <earthwings at gentoo.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |earthwings at gentoo.org
--- Comment #1 from Dennis Nienhüser <earthwings at gentoo.org> ---
The issue seems to be that the dialog is created without a parent -- in
contrast to the about dialogs which work fine without a separate taskbar entry.
Setting a parent after the creation does not solve it. I'm afraid we have to
change virtual QDialog *configDialog() = 0; in DialogConfigurationInterface.h
to take a QWidget* parent parameter to fix it.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Marble-bugs
mailing list