Skip to content

Solve two insertAction errors and avoid storing a nullptr in _specialBookmarks

Toni Asensi Esteve requested to merge work/solve_insertAction_errors into master

This solves two 'QWidget::insertAction: Attempt to insert null action' errors mentioned in https://bugs.kde.org/show_bug.cgi?id=418953 that are noticeable when executing Krusader from the command line, additionally it avoids storing a null pointer in a list of special bookmarks.

Merge request reports