[Digikam-devel] [Bug 267686] digiKam crashed while moving pictures
Christoph Feck
christoph at maxiom.de
Wed Aug 10 21:36:18 BST 2011
https://bugs.kde.org/show_bug.cgi?id=267686
Christoph Feck <christoph at maxiom.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |christoph at maxiom.de
--- Comment #2 from Christoph Feck <christoph maxiom de> 2011-08-10 20:36:18 ---
This crash is caused by Qt not always being able to handle a nested event loop
inside a dropEvent handler.
To workaround this problem, you need to invoke a deferred method (either using
QMetaObject::invokeMethod with Qt::QueuedConnection, or using a singleShot
timer call), where the drop KMenu is shown.
This also refers to bug 226816 and bug 229900.
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Digikam-devel
mailing list