From 402b4a5698f3d12d1848b298c38828d509abfd0d Mon Sep 17 00:00:00 2001 From: Felix Ernst Date: Sun, 24 Apr 2022 02:34:43 +0200 Subject: 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 --- src/views/dolphinviewactionhandler.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/views/dolphinviewactionhandler.cpp') 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 #include -#include - DolphinViewActionHandler::DolphinViewActionHandler(KActionCollection* collection, QObject* parent) : QObject(parent), m_actionCollection(collection), -- cgit v1.3