┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElvis Angelaccio <[email protected]>2019-09-14 16:10:07 +0200
committerElvis Angelaccio <[email protected]>2019-09-14 16:10:07 +0200
commit67909d867f0e62a7f8ff573bdc6bedc31e178aca (patch)
tree6d6bf124589524c5ceef0fa3eae991775257e515
parent1a0066dc16f197ac3020c75ff40260f769b8df00 (diff)
Fix unused variable warning
Should have been removed by 60d6a3bdbcd44360e1c6ae1c82239ecf6d60ded7 GIT_SILENT
-rw-r--r--src/views/dolphinviewactionhandler.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/views/dolphinviewactionhandler.cpp b/src/views/dolphinviewactionhandler.cpp
index a520d7e53..00518912f 100644
--- a/src/views/dolphinviewactionhandler.cpp
+++ b/src/views/dolphinviewactionhandler.cpp
@@ -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) {