From b5e97174d08ab59eca35deaaa9a84a7838f51bfb Mon Sep 17 00:00:00 2001 From: David Faure Date: Fri, 11 Jul 2008 23:06:07 +0000 Subject: Code factorization: move "properties" action and slot to DolphinViewActionHandler. svn path=/trunk/KDE/kdebase/apps/; revision=831148 --- src/dolphinviewactionhandler.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/dolphinviewactionhandler.h') diff --git a/src/dolphinviewactionhandler.h b/src/dolphinviewactionhandler.h index 5c13299a1..af25cc48c 100644 --- a/src/dolphinviewactionhandler.h +++ b/src/dolphinviewactionhandler.h @@ -178,6 +178,14 @@ private Q_SLOTS: */ void slotFindFile(); + /** + * Connected to the "properties" action. + * Opens the properties dialog for the selected items of the + * active view. The properties dialog shows information + * like name, size and permissions. + */ + void slotProperties(); + private: /** * Create all the actions. -- cgit v1.3