diff options
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 25233096a..637f41f21 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -340,6 +340,11 @@ private slots: void openInNewWindow(); /** + * Show the target of the selected symlink + */ + void showTarget(); + + /** * Indicates in the statusbar that the execution of the command \a command * has been finished. */ |
