From 261b741d5feb356c1fa8a8ac42397f53eb13ca75 Mon Sep 17 00:00:00 2001 From: Felix Ernst Date: Thu, 5 May 2022 12:54:36 +0200 Subject: Address Nate's UX feedback -More labels -More icons -"Abort" -> "Cancel" --- src/selectionmode/bottombarcontentscontainer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/selectionmode/bottombarcontentscontainer.h') diff --git a/src/selectionmode/bottombarcontentscontainer.h b/src/selectionmode/bottombarcontentscontainer.h index aa335a5bf..6d44adf74 100644 --- a/src/selectionmode/bottombarcontentscontainer.h +++ b/src/selectionmode/bottombarcontentscontainer.h @@ -12,7 +12,7 @@ #include "bottombar.h" #include -#include +#include #include class DolphinContextMenu; @@ -144,7 +144,7 @@ private: /// @see updateMainActionButtonText ActionWithWidget m_mainAction = ActionWithWidget(nullptr); /// The button containing all the actions that don't currently fit into the bar. - QPointer m_overflowButton; + QPointer m_overflowButton; /// The actionCollection from which the actions for this bar are retrieved. KActionCollection *m_actionCollection; /// Describes the current contents of the bar. -- cgit v1.3