diff options
Diffstat (limited to 'src/dolphinviewcontainer.h')
| -rw-r--r-- | src/dolphinviewcontainer.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/dolphinviewcontainer.h b/src/dolphinviewcontainer.h index d2d322b08..09413ba55 100644 --- a/src/dolphinviewcontainer.h +++ b/src/dolphinviewcontainer.h @@ -351,7 +351,9 @@ private Q_SLOTS: void slotItemsActivated(const KFileItemList &items); /** - * Handles middle click of file. It opens the file passed using the second application associated with the file's mimetype. + * Handles middle click of file. It opens the file passed using + * the second application associated with the file's mimetype, or + * the third if shift modifier is pressed. */ void slotfileMiddleClickActivated(const KFileItem &item); |
