┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views
diff options
context:
space:
mode:
authorFelix Ernst <[email protected]>2022-04-24 02:34:43 +0200
committerFelix Ernst <[email protected]>2022-08-14 14:42:40 +0000
commit402b4a5698f3d12d1848b298c38828d509abfd0d (patch)
tree20ce1bccd0f1a92fcdeaef47c745f719b8840558 /src/views
parent3b7c05b385dc56fbc0b9ffdd332f8d30e7624d0c (diff)
Keep working towards a reviewable state
- Various code improvements - Smoother animations - The bottom bar in General Mode only becomes visible if items are currently selected - Removed the selection mode action from the default toolbar since it can already be toggled in various ways - More documentation - Some cleaning
Diffstat (limited to 'src/views')
-rw-r--r--src/views/dolphinviewactionhandler.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/views/dolphinviewactionhandler.cpp b/src/views/dolphinviewactionhandler.cpp
index a66d1f6dd..b2e45a5f6 100644
--- a/src/views/dolphinviewactionhandler.cpp
+++ b/src/views/dolphinviewactionhandler.cpp
@@ -29,8 +29,6 @@
#include <QMenu>
#include <QPointer>
-#include <iostream>
-
DolphinViewActionHandler::DolphinViewActionHandler(KActionCollection* collection, QObject* parent) :
QObject(parent),
m_actionCollection(collection),