summarylogtreecommitdiffstats
path: root/0003-Remove-undeclared-method-in-QtNative.patch
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2020-09-24 14:09:03 -0300
committerGonzalo Exequiel Pedone2020-09-24 14:09:03 -0300
commitd0b0b1486b19b4cf948a1f46a3f43490e28e2e4c (patch)
treef287215bc5d229653593a09c4f76b6585a58e1a4 /0003-Remove-undeclared-method-in-QtNative.patch
parent8491d540ea107254430187f95c005c5018e4aa74 (diff)
downloadaur-d0b0b1486b19b4cf948a1f46a3f43490e28e2e4c.tar.gz
Updated to Qt 5.15.1.
Diffstat (limited to '0003-Remove-undeclared-method-in-QtNative.patch')
-rw-r--r--0003-Remove-undeclared-method-in-QtNative.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/0003-Remove-undeclared-method-in-QtNative.patch b/0003-Remove-undeclared-method-in-QtNative.patch
new file mode 100644
index 000000000000..e67823b1f72c
--- /dev/null
+++ b/0003-Remove-undeclared-method-in-QtNative.patch
@@ -0,0 +1,11 @@
+--- a/qtbase/src/android/jar/src/org/qtproject/qt5/android/QtNative.java 2020-09-02 07:15:07.000000000 -0300
++++ b/qtbase/src/android/jar/src/org/qtproject/qt5/android/QtNative.java 2020-09-21 11:51:56.726695150 -0300
+@@ -949,8 +949,6 @@
+
+ private static void clearClipData()
+ {
+- if (Build.VERSION.SDK_INT >= 28 && m_clipboardManager != null && m_usePrimaryClip)
+- m_clipboardManager.clearPrimaryClip();
+ m_usePrimaryClip = false;
+ }
+ private static void setClipboardText(String text)