diff options
| author | Felix Ernst <[email protected]> | 2021-06-22 14:52:35 +0200 |
|---|---|---|
| committer | Felix Ernst <[email protected]> | 2021-06-22 14:52:35 +0200 |
| commit | 823e99fe7824056d3ba7872cff26dabd727317b3 (patch) | |
| tree | 6a57a99b4e686200c7306bf9bb5b826bb1a57dbb | |
| parent | 480b3067d25e4b49ea55285313a7c10e93f98ffd (diff) | |
Merge branch 'release/21.04' addendum
This should have belonged to my previous merge
480b3067d25e4b49ea55285313a7c10e93f98ffd but somehow I managed to
miss this one line.
It was written by Derek Christ as part of
dc3beae3ab2c55cd3501e17f93b51e93e876a177.
| -rw-r--r-- | src/dolphincontextmenu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphincontextmenu.cpp b/src/dolphincontextmenu.cpp index 47f0cdd40..9e152c5d7 100644 --- a/src/dolphincontextmenu.cpp +++ b/src/dolphincontextmenu.cpp @@ -64,7 +64,7 @@ DolphinContextMenu::DolphinContextMenu(DolphinMainWindow* parent, const DolphinView* view = m_mainWindow->activeViewContainer()->view(); m_selectedItems = view->selectedItems(); - installEventFilter(this); + QApplication::instance()->installEventFilter(this); static_cast<KHamburgerMenu *>(m_mainWindow->actionCollection()-> action(QStringLiteral("hamburger_menu")))->addToMenu(this); |
