diff options
| author | Felix Ernst <[email protected]> | 2021-06-22 11:55:53 +0200 |
|---|---|---|
| committer | Felix Ernst <[email protected]> | 2021-06-22 11:55:53 +0200 |
| commit | 480b3067d25e4b49ea55285313a7c10e93f98ffd (patch) | |
| tree | 3024f346de6956079282756b25f65bec3ef830ba /src/dolphincontextmenu.h | |
| parent | 5e79f27aec817a44606e9e4f32b055d78eeb280c (diff) | |
| parent | dc3beae3ab2c55cd3501e17f93b51e93e876a177 (diff) | |
Merge branch 'release/21.04'
Diffstat (limited to 'src/dolphincontextmenu.h')
| -rw-r--r-- | src/dolphincontextmenu.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/dolphincontextmenu.h b/src/dolphincontextmenu.h index 7f0b6988a..afd8b8c4d 100644 --- a/src/dolphincontextmenu.h +++ b/src/dolphincontextmenu.h @@ -74,8 +74,7 @@ public: Command open(); protected: - void childEvent(QChildEvent* event) override; - bool eventFilter(QObject* dest, QEvent* event) override; + bool eventFilter(QObject* object, QEvent* event) override; private: void openTrashContextMenu(); |
