aboutsummaryrefslogtreecommitdiffstats
path: root/community/kasync/fix-qt-macro-usage.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/kasync/fix-qt-macro-usage.patch')
-rw-r--r--community/kasync/fix-qt-macro-usage.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/kasync/fix-qt-macro-usage.patch b/community/kasync/fix-qt-macro-usage.patch
new file mode 100644
index 00000000000..2f6a43b937b
--- /dev/null
+++ b/community/kasync/fix-qt-macro-usage.patch
@@ -0,0 +1,11 @@
+--- a/src/future.h
++++ b/src/future.h
+@@ -517,7 +517,7 @@
+ #endif
+
+ private:
+- Q_DISABLE_COPY(FutureWatcher<T>)
++ Q_DISABLE_COPY(FutureWatcher)
+ };
+
+ } // namespace Async