Fix build with Qt 5.11 (missing QButtonGroup)

This commit is contained in:
Andreas Sturmlechner 2018-05-12 01:11:44 +02:00
parent e1194a1db3
commit 53308971e6
No known key found for this signature in database
GPG Key ID: E7255695D8BA079E

View File

@ -30,6 +30,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
#include "../common/protocolmanager.h"
#include "../common/protocolwidgetfactory.h"
#include <QButtonGroup>
#include <QMessageBox>
extern ProtocolManager *OstProtocolManager;