diff options
| author | Roman Inflianskas <[email protected]> | 2018-03-18 13:55:24 +0300 |
|---|---|---|
| committer | Roman Inflianskas <[email protected]> | 2018-03-18 15:08:36 +0300 |
| commit | 6f05c66cc0d2416a21fd8eaff0ec6e7a9161d59c (patch) | |
| tree | 5359826c922bbf9fbb6ce1de36c14489e54146f4 /src/dolphinmainwindow.h | |
| parent | eb68fae15cdbf15e894d1a9d555c88d306261cc2 (diff) | |
Add "Show Target" into symlink context menu and file menu
Summary:
Add "Show Target" into symlink context menu and file menu
FEATURE: 215069
Reviewers: ngraham, elvisangelaccio
Reviewed By: ngraham, elvisangelaccio
Subscribers: rkflx, ngraham, elvisangelaccio, markg, #dolphin
Differential Revision: https://phabricator.kde.org/D10990
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. */ |
