[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#906253: linpsk: FTBFS: invalid use of incomplete type 'class QButtonGroup'



Control: tags -1 + patch

Hi,

the attached patch fixes the FTBFS by including the missing header for
the class QButtonGroup.

Regards,
  Reiner
diff -Nru linpsk-1.3.5/debian/patches/qt5.11.patch linpsk-1.3.5/debian/patches/qt5.11.patch
--- linpsk-1.3.5/debian/patches/qt5.11.patch	1970-01-01 01:00:00.000000000 +0100
+++ linpsk-1.3.5/debian/patches/qt5.11.patch	2018-08-27 01:20:29.000000000 +0200
@@ -0,0 +1,13 @@
+Author: Reiner Herrmann <reiner@reiner-h.de>
+Description: Include missing header for QButtonGroup
+
+--- a/gui/modemenu.cpp
++++ b/gui/modemenu.cpp
+@@ -23,6 +23,7 @@
+ #include "parameter.h"
+ #include "crxchannel.h"
+ 
++#include <QButtonGroup>
+ 
+ extern Parameter settings;
+ 
diff -Nru linpsk-1.3.5/debian/patches/series linpsk-1.3.5/debian/patches/series
--- linpsk-1.3.5/debian/patches/series	2017-07-18 18:24:41.000000000 +0200
+++ linpsk-1.3.5/debian/patches/series	2018-08-27 01:18:31.000000000 +0200
@@ -1,3 +1,4 @@
 we_have_hamlib.patch
 typo.patch
 ftbfs-clang.patch
+qt5.11.patch

Attachment: signature.asc
Description: PGP signature


Reply to: