[Digikam-devel] [Bug 291080] In settings, arrange ALL export options at ONE place
Gilles Caulier
caulier.gilles at gmail.com
Wed Aug 8 10:00:16 BST 2012
https://bugs.kde.org/show_bug.cgi?id=291080
--- Comment #23 from Gilles Caulier <caulier.gilles at gmail.com> ---
1/ But internally, storing Category to KAction as extra data will simplify map
container :
you can use old map :
QMap<QWidget*, QList<KAction*> > actions;
instead new one :
QMap<QWidget*, QMap<KAction*, Category> > actionsCat;
2/ ok
3/ ok
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Digikam-devel
mailing list