From 1c65d1e2936474941e6c89971c0defe9fd2e9e47 Mon Sep 17 00:00:00 2001 From: Tobias Weiss Date: Tue, 25 Feb 2020 09:32:32 +0100 Subject: [PATCH] fix QButtonGroup --- src/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index b0fb33d..7f639ff 100755 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -22,7 +22,7 @@ #include #include #include - +#include #include "localzleafstarter.h" #include "mainwindow.h" #include "manualprintingsetup.h"