Fix unused variable warning

Should have been removed by 60d6a3bdbc

GIT_SILENT
This commit is contained in:
Elvis Angelaccio 2019-09-14 16:10:07 +02:00
parent 1a0066dc16
commit 67909d867f

View file

@ -653,7 +653,6 @@ void DolphinViewActionHandler::slotSortTriggered(QAction* action)
// actions and the sub-menu-actions. If an action gets checked, it must
// be assured that all other actions get unchecked, except the ascending/
// descending actions
QAction* sortByMenu = m_actionCollection->action(QStringLiteral("sort"));
for (QAction *groupAction : qAsConst(m_sortByActions)) {
KActionMenu* actionMenu = qobject_cast<KActionMenu*>(groupAction);
if (actionMenu) {