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

--- Comment #18 from Simon <freisi...@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 watching all bug changes.

Reply via email to