diff options
| author | Piotr Henryk Dabrowski <[email protected]> | 2019-11-17 18:14:27 +0100 |
|---|---|---|
| committer | Elvis Angelaccio <[email protected]> | 2019-11-17 18:15:26 +0100 |
| commit | 537dc7864ae31e7c1c9a0a0ecf559b7cace23a82 (patch) | |
| tree | 90fe0153147d1d816cc268edfdcfee5cd76fbffd /src/dolphinpart.h | |
| parent | 808339bff654785d564d6c7d077062f6c649ff77 (diff) | |
[Dolphin] Open Preferred Search Tool action
Summary:
Added "Open Preferred Search Tool" action to Tools menu.
It runs preferred (topmost) external search tool as configured in the "More Search Tools" menu.
By default Ctrl+Shift+F shortcut is assigned to this action.
FEATURE: 384798
FIXED-IN: 20.03.80
{F7134238}
{F7134240}
{F7134242}
Reviewers: #dolphin, ngraham, elvisangelaccio
Reviewed By: #dolphin, ngraham
Subscribers: pkloc, kfm-devel, kde-doc-english
Tags: #dolphin, #documentation
Differential Revision: https://phabricator.kde.org/D22594
Diffstat (limited to 'src/dolphinpart.h')
| -rw-r--r-- | src/dolphinpart.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinpart.h b/src/dolphinpart.h index 864c08344..fe8f2d14e 100644 --- a/src/dolphinpart.h +++ b/src/dolphinpart.h @@ -194,7 +194,7 @@ private Q_SLOTS: void slotOpenTerminal(); /** - * Open KFind with the current path. + * Open preferred search tool in the current directory to find files. */ void slotFindFile(); |
