summarylogtreecommitdiffstats
path: root/0003-Remove-undeclared-method-in-QtNative.patch
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2020-09-24 14:08:35 -0300
committerGonzalo Exequiel Pedone2020-09-24 14:08:35 -0300
commitcf084b76905a2e88e71afebd74f5c7f41b31ad67 (patch)
tree14d70a57da764011a3ae206550e2a12220448b1f /0003-Remove-undeclared-method-in-QtNative.patch
parent58662b1084f3b122e5d548fddaa008cd7b2a32fa (diff)
downloadaur-cf084b76905a2e88e71afebd74f5c7f41b31ad67.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)