┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.h
diff options
context:
space:
mode:
authorRoman Inflianskas <[email protected]>2018-03-18 13:55:24 +0300
committerRoman Inflianskas <[email protected]>2018-03-18 15:08:36 +0300
commit6f05c66cc0d2416a21fd8eaff0ec6e7a9161d59c (patch)
tree5359826c922bbf9fbb6ce1de36c14489e54146f4 /src/dolphinmainwindow.h
parenteb68fae15cdbf15e894d1a9d555c88d306261cc2 (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.h5
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.
*/