[graphics/drawy] src/widgets/context: fix: restore authors tab in help menu
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 603316992f468755d6f02a571881d4cc24c2ee9d by Laurent Montel, on behalf of Abdelhadi Wael.
Committed on 10/08/2026 at 04:55.
Pushed by mlaurent into branch 'master'.
fix: restore authors tab in help menu
M +1 -2 src/widgets/context/helpmenu.cpp
https://invent.kde.org/graphics/drawy/-/commit/603316992f468755d6f02a571881d4cc24c2ee9d
diff --git a/src/widgets/context/helpmenu.cpp b/src/widgets/context/helpmenu.cpp
index ec69242b..9648be89 100644
--- a/src/widgets/context/helpmenu.cpp
+++ b/src/widgets/context/helpmenu.cpp
@@ -4,10 +4,9 @@
* SPDX-License-Identifier: GPL-3.0-or-later
*/
#include "helpmenu.hpp"
-#include "aboutdata.hpp"
HelpMenu::HelpMenu(QWidget *parent)
- : KHelpMenu(parent, AboutData())
+ : KHelpMenu(parent)
{
}