[Digikam-devel] [digikam] [Bug 318726] Some BQM tools in a workflow don't restore (all) parameters properly [patch]

Gilles Caulier caulier.gilles at gmail.com
Sun Dec 7 10:32:23 GMT 2014


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

--- Comment #21 from Gilles Caulier <caulier.gilles at gmail.com> ---
Yes, it's sound like a race condition with signals/slots.

- The first stage is to identify which king of widget do not handle settings
passed by workflow manager

- In second identify which methods are used in this widget to set value in
widget.

- Look if this method is not call by another part which can reset value passed
by workflow manager.

Using kDebug() instance much be enough to see values passed to widget.

Using debuger can be suitable to identify who call values to set it in widget.
Turn on breakpoint and look backtrace (bt gdb command)

Gilles Caulier

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



More information about the Digikam-devel mailing list