From 2aa41e71676a7fa9e745a4bd9b1d0fb372ad65e3 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Mon, 3 May 2010 17:49:49 +0000 Subject: Create QActionGroup like done for other sub menus for consistency. Although a few more lines of code are required, this approach is more flexible.bar, but as the group "Panels" can be added instead, this should be no issue. svn path=/trunk/KDE/kdebase/apps/; revision=1122365 --- src/dolphinviewactionhandler.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/dolphinviewactionhandler.h') diff --git a/src/dolphinviewactionhandler.h b/src/dolphinviewactionhandler.h index 4186a479f..0bdb88764 100644 --- a/src/dolphinviewactionhandler.h +++ b/src/dolphinviewactionhandler.h @@ -219,11 +219,12 @@ private: * This is called only once (by the constructor) */ void createActions(); + /** - * Creates an action menu with all the "show additional information" actions in it. + * Creates an action group with all the "show additional information" actions in it. * Helper method for createActions(); */ - KActionMenu* createAdditionalInformationActionMenu(); + QActionGroup* createAdditionalInformationActionGroup(); /** * Creates an action group with all the "sort by" actions in it. -- cgit v1.3