summarylogtreecommitdiffstats
path: root/qt-5.11.patch
blob: 873bc019c862cde149b0ad261d0a1f9ee95c29ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Fix FTBFS with Qt 5.11
Author: Juhani Numminen <juhaninumminen0@gmail.com>
Bug: https://bugs.launchpad.net/equalx/+bug/1789117
Bug-Debian: https://bugs.debian.org/907227
Last-Update: 2018-08-26

--- a/src/DialogPreferences.cpp
+++ b/src/DialogPreferences.cpp
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <QAction>
 #include <QButtonGroup>
 #include <QFileDialog>