[digikam] [Bug 377197] Customize grouping behaviour [patch]
Simon
bugzilla_noreply at kde.org
Sun Mar 19 13:24:49 GMT 2017
https://bugs.kde.org/show_bug.cgi?id=377197
--- Comment #18 from Simon <freisim93 at gmail.com> ---
I intentionally removed "this" from these kind of calls:
QAction* const actionIgnoreGrouping = new QAction(i18n("Ignore grouping"),
this);
The reason is that they will be children of DigikamView not of TableView.
According to QT5 specifications (http://doc.qt.io/qt-5/qaction.html#QAction) a
missing parent object should be acceptable. For me it compiles just fine, I
don't understand why it doesn't for you.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Digikam-devel
mailing list