qt: add missing QActionGroup include
authorSteve Lhomme <robux4@ycbcr.xyz>
Tue, 17 Dec 2024 08:17:00 +0000 (09:17 +0100)
committerSebastian Ramacher <sramacher@debian.org>
Tue, 21 Jan 2025 18:02:47 +0000 (19:02 +0100)
To be able to use rendererGroup.

Gbp-Pq: Name 0119-qt-add-missing-QActionGroup-include.patch

modules/gui/qt/actions_manager.cpp

index efa3044df50d487f158003d9993be43aa1a6a2ad..f1ada88e88181e6e3a37dffe91dcb0e4e7b79034 100644 (file)
@@ -38,6 +38,8 @@
 #include "components/extended_panels.hpp"
 #include "menus.hpp"
 
+#include <QActionGroup>
+
 ActionsManager::ActionsManager( intf_thread_t * _p_i )
     : p_intf( _p_i )
     , m_scanning( false )