diff options
| author | Piotr Henryk Dabrowski <[email protected]> | 2020-05-24 08:25:14 -0600 |
|---|---|---|
| committer | Nate Graham <[email protected]> | 2020-05-24 08:26:25 -0600 |
| commit | 29e6cf01df755724a629203964c9b61cd2f383c4 (patch) | |
| tree | 0b4c59439a511886d9427a72d43a26e69a561ca9 /src/dolphinmainwindow.h | |
| parent | 99cf24c03def1c0722ba8dbd86a27b9dbc521f43 (diff) | |
use KSycoca for updating OpenPreferredSearchTool action
Summary:
Remove all random updates of OpenPreferredSearchTool action, and
use KSycoca for updating it as discussed in https://phabricator.kde.org/D22594#663847
Enhancement for D29441 for bug #420911 caused by D22594.
The bug was fixed by D29442.
CCBUG: 420911
Test Plan:
```
$ cd ${KDE_INSTALL_DIR}/usr/share/applications
$ sudo mv org.kde.kfind.desktop org.kde.kfind.desktop_
$ kbuildsycoca5
$ sudo mv org.kde.kfind.desktop_ org.kde.kfind.desktop
$ kbuildsycoca5
```
Reviewers: broulik, elvisangelaccio, ngraham, #dolphin
Reviewed By: elvisangelaccio, #dolphin
Subscribers: anthonyfieroni, kfm-devel
Tags: #dolphin
Differential Revision: https://phabricator.kde.org/D29568
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 940a03d83..dcd73c6a7 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -353,9 +353,6 @@ private slots: */ void toggleShowMenuBar(); - /** Sets up updates for "Open Preferred Search Tool" action. */ - void setupUpdateOpenPreferredSearchToolAction(); - /** Updates "Open Preferred Search Tool" action. */ void updateOpenPreferredSearchToolAction(); |
