X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/fd98230020bdbdd051bbb11193a61097f169479b..b1c9b5126d:/src/dolphinviewactionhandler.h diff --git a/src/dolphinviewactionhandler.h b/src/dolphinviewactionhandler.h index 4cc63b86a..ad56518c4 100644 --- a/src/dolphinviewactionhandler.h +++ b/src/dolphinviewactionhandler.h @@ -131,6 +131,11 @@ private Q_SLOTS: */ void slotSortingChanged(DolphinView::Sorting sorting); + /** + * Updates the state of the 'Zoom In' and 'Zoom Out' actions. + */ + void slotZoomLevelChanged(int level); + /** * Switches on or off the displaying of additional information * as specified by \a action. @@ -173,6 +178,19 @@ private Q_SLOTS: */ void slotAdjustViewProperties(); + /** + * Opens the Find File dialog for the currently shown directory. + */ + 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.