diff options
| author | David Faure <[email protected]> | 2008-07-11 23:06:07 +0000 |
|---|---|---|
| committer | David Faure <[email protected]> | 2008-07-11 23:06:07 +0000 |
| commit | b5e97174d08ab59eca35deaaa9a84a7838f51bfb (patch) | |
| tree | 1eadd8321c7571df3802b8a7663f643caed06fcd /src/dolphinviewactionhandler.h | |
| parent | 815332af3898c4b864c66514725aa0b1f7b4e64f (diff) | |
Code factorization: move "properties" action and slot to DolphinViewActionHandler.
svn path=/trunk/KDE/kdebase/apps/; revision=831148
Diffstat (limited to 'src/dolphinviewactionhandler.h')
| -rw-r--r-- | src/dolphinviewactionhandler.h | 8 |
1 files changed, 8 insertions, 0 deletions
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. |
