summarylogtreecommitdiffstats
path: root/qt-5.11.patch
diff options
context:
space:
mode:
authornfnty2018-06-04 22:25:27 +0200
committernfnty2018-06-04 22:25:27 +0200
commit93ef30473a3453c194cf3297b071e2491a0a2753 (patch)
treee4c35ab30252ef8dc514a30d0611a9a7cf774add /qt-5.11.patch
parent8465f8262e0e5c3e1e5cdb7baafdb099afaff52e (diff)
downloadaur-93ef30473a3453c194cf3297b071e2491a0a2753.tar.gz
Fix for Qt 5.11
Diffstat (limited to 'qt-5.11.patch')
-rw-r--r--qt-5.11.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/qt-5.11.patch b/qt-5.11.patch
new file mode 100644
index 000000000000..0103bf5acac8
--- /dev/null
+++ b/qt-5.11.patch
@@ -0,0 +1,24 @@
+diff --git a/src/docks/recentdock.cpp b/src/docks/recentdock.cpp
+index e4a629ff..a00078ba 100644
+--- a/src/docks/recentdock.cpp
++++ b/src/docks/recentdock.cpp
+@@ -21,6 +21,7 @@
+ #include "ui_recentdock.h"
+ #include "util.h"
+
++#include <QAction>
+ #include <QDir>
+ #include <QKeyEvent>
+ #include <Logger.h>
+diff --git a/src/docks/timelinedock.cpp b/src/docks/timelinedock.cpp
+index 72e23d63..57752424 100644
+--- a/src/docks/timelinedock.cpp
++++ b/src/docks/timelinedock.cpp
+@@ -28,6 +28,7 @@
+ #include "shotcut_mlt_properties.h"
+ #include "settings.h"
+
++#include <QAction>
+ #include <QtQml>
+ #include <QtQuick>
+ #include <Logger.h>