diff options
Diffstat (limited to 'src/dolphinviewactionhandler.h')
| -rw-r--r-- | src/dolphinviewactionhandler.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dolphinviewactionhandler.h b/src/dolphinviewactionhandler.h index 4cc63b86a..5c13299a1 100644 --- a/src/dolphinviewactionhandler.h +++ b/src/dolphinviewactionhandler.h @@ -173,6 +173,11 @@ private Q_SLOTS: */ void slotAdjustViewProperties(); + /** + * Opens the Find File dialog for the currently shown directory. + */ + void slotFindFile(); + private: /** * Create all the actions. |
