qt: fix build against Qt 5.11
authorDominique Leuenberger <dimstar@opensuse.org>
Thu, 17 May 2018 15:40:37 +0000 (17:40 +0200)
committerSebastian Ramacher <sramacher@debian.org>
Sat, 4 Aug 2018 16:26:19 +0000 (17:26 +0100)
Qt 5.11 is in RC phase now, and some headers need to be explicitly
included in order to build successfully.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
Gbp-Pq: Name 0003-qt-fix-build-against-Qt-5.11.patch

modules/gui/qt/components/simple_preferences.cpp

index a89935dc9597156538126e12411728816b8e0413..43d9410dc343c2f5866f9cf1b522847fb5fd095a 100644 (file)
@@ -36,6 +36,7 @@
 #include <QString>
 #include <QFont>
 #include <QToolButton>
+#include <QButtonGroup>
 #include <QSignalMapper>
 #include <QVBoxLayout>
 #include <QScrollArea>