diff options
| author | Méven Car <[email protected]> | 2026-01-22 17:12:15 +0100 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2026-01-22 17:18:41 +0100 |
| commit | e692a6a13c6dd7933a47d65046027530612a19d8 (patch) | |
| tree | 8cd8d606db149396286b356b0d2d29d00737af52 /src/search/widgetmenu.cpp | |
| parent | 1bfd5edb5a573cd62a594d5dc6a1a5b35232ac05 (diff) | |
clang-format: readability-avoid-return-with-void-value
Diffstat (limited to 'src/search/widgetmenu.cpp')
| -rw-r--r-- | src/search/widgetmenu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/search/widgetmenu.cpp b/src/search/widgetmenu.cpp index 5624e2dfc..9d2359d6b 100644 --- a/src/search/widgetmenu.cpp +++ b/src/search/widgetmenu.cpp @@ -36,7 +36,7 @@ bool WidgetMenu::focusNextPrevChild(bool next) void WidgetMenu::mouseReleaseEvent(QMouseEvent *event) { - return QWidget::mouseReleaseEvent(event); + QWidget::mouseReleaseEvent(event); } void WidgetMenu::resizeToFitContents() |
