diff options
| author | Kai Uwe Broulik <[email protected]> | 2020-05-06 10:52:38 +0200 |
|---|---|---|
| committer | Kai Uwe Broulik <[email protected]> | 2020-05-06 10:52:38 +0200 |
| commit | 37deaaef2c39a4c4b410cd0313a55a4072d2b2ff (patch) | |
| tree | 7d8070c41944d930520ea3e717bdfd8f1fe6a8fd /src | |
| parent | 1d72710039b547d91b7138d3899e783e26aac849 (diff) | |
| parent | 801fdf4c59691f2787c052b9f9392635c76a7627 (diff) | |
Merge branch 'release/20.04'
Diffstat (limited to 'src')
| -rw-r--r-- | src/dolphinmainwindow.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index 6a5fdb1c4..77937790a 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -2310,8 +2310,6 @@ bool DolphinMainWindow::event(QEvent *event) QWhatsThisClickedEvent* whatsThisEvent = dynamic_cast<QWhatsThisClickedEvent*>(event); QDesktopServices::openUrl(QUrl(whatsThisEvent->href())); return true; - } else if (event->type() == QEvent::WindowActivate) { - updateOpenPreferredSearchToolAction(); } return KXmlGuiWindow::event(event); } |
