From 8f68c57177a9b120fe7d1f7b2b4f9b317d85f7e5 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Mon, 30 Dec 2024 21:59:36 +0100 Subject: [PATCH] Add missing QActionGroup include Signed-off-by: Andreas Sturmlechner --- src/MainWindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp index 4b1d4aa5..89546255 100644 --- a/src/MainWindow.cpp +++ b/src/MainWindow.cpp @@ -53,6 +53,7 @@ #include #include #include +#include #ifdef Q_OS_MACX //Needed only on macOS #include -- 2.47.1