forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net-misc/x2goclient: Fixed compilation with qt-5.11
Package-Manager: Portage-2.3.41, Repoman-2.3.9
- Loading branch information
Lars Wendler
committed
Jul 5, 2018
1 parent
97eca49
commit ad2967e
Showing
2 changed files
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
From: Mihai Moldovan <[email protected]> | ||
Date: Thu, 5 Jul 2018 06:52:18 +0000 (+0200) | ||
Subject: src/printwidget.cpp: add QButtonGroup include, fixes compile errors with Qt 5.11+. | ||
X-Git-Url: https://code.x2go.org/gitweb?p=x2goclient.git;a=commitdiff_plain;h=ce14cfda34175b6456a8cc7d1e336dce2b0b0682 | ||
|
||
src/printwidget.cpp: add QButtonGroup include, fixes compile errors with Qt 5.11+. | ||
--- | ||
|
||
diff --git a/src/printwidget.cpp b/src/printwidget.cpp | ||
index 58a8af7..131d340 100644 | ||
--- a/src/printwidget.cpp | ||
+++ b/src/printwidget.cpp | ||
@@ -23,6 +23,7 @@ | ||
#include "x2gosettings.h" | ||
#include "x2gologdebug.h" | ||
#include <QDir> | ||
+#include <QButtonGroup> | ||
#ifdef Q_OS_WIN | ||
#include "wapi.h" | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters