summaryrefslogtreecommitdiff
blob: 09932062de5772d4d0fcade098409939d2f53b65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From 9c8a8ffe0cbb00ee93a10fe245da01a4d32ca086 Mon Sep 17 00:00:00 2001
From: Orcan Ogetbil <orcan@localhost.localdomain>
Date: Thu, 31 May 2018 21:04:51 -0400
Subject: [PATCH] added missing #include <QButtonGroup> required by qt >= 5.11

---
 all.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/all.h b/all.h
index 72db72b0ec..2ee0e8e807 100644
--- a/all.h
+++ b/all.h
@@ -131,6 +131,7 @@
 #include <QProgressBar>
 #include <QProgressDialog>
 #include <QRadioButton>
+#include <QButtonGroup>
 #include <QSplashScreen>
 #include <QFontComboBox>
 #include <QApplication>