diff options
Diffstat (limited to 'user/qt5-qtwebchannel/kde-lts.patch')
-rw-r--r-- | user/qt5-qtwebchannel/kde-lts.patch | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/user/qt5-qtwebchannel/kde-lts.patch b/user/qt5-qtwebchannel/kde-lts.patch index 352a4a906..8516af2a2 100644 --- a/user/qt5-qtwebchannel/kde-lts.patch +++ b/user/qt5-qtwebchannel/kde-lts.patch @@ -1,4 +1,4 @@ -From adfc4bacdf18d9876a1ea908ce6aeb43555b0dbd Mon Sep 17 00:00:00 2001 +From 886d16fc8e93b5d758a23ce78504e1abc2550a1e Mon Sep 17 00:00:00 2001 From: Milian Wolff <milian.wolff@kdab.com> Date: Fri, 13 Dec 2019 18:07:26 +0100 Subject: [PATCH 1/3] Handle signals in the registered object's thread @@ -127,7 +127,7 @@ index bbd9875..ded0d33 100644 // true when the client is idle, false otherwise bool clientIsIdle; diff --git a/src/webchannel/signalhandler_p.h b/src/webchannel/signalhandler_p.h -index 27afadb..d77373c 100644 +index 66b6147..1b08643 100644 --- a/src/webchannel/signalhandler_p.h +++ b/src/webchannel/signalhandler_p.h @@ -56,6 +56,7 @@ @@ -177,9 +177,9 @@ index 181da9e..7f846f5 100644 } -- -2.36.0 +2.49.0 -From 01803a64b0a0b03eb8d9add60008829bc9d5c11e Mon Sep 17 00:00:00 2001 +From 59b4bf9c1e94959a427782338f2115edd0c47b8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98ystein=20Heskestad?= <oystein.heskestad@qt.io> Date: Fri, 7 May 2021 15:23:38 +0200 Subject: [PATCH 2/3] Handle per-transport client idle status @@ -512,9 +512,9 @@ index eae21f4..dd4e690 100644 void testDeletionDuringMethodInvocation(); -- -2.36.0 +2.49.0 -From 8c842152da613f941892481d62267c73c4a4f006 Mon Sep 17 00:00:00 2001 +From 85ba097de9759efe5563156e43de1ad8473d5d54 Mon Sep 17 00:00:00 2001 From: Arno Rehn <a.rehn@menlosystems.com> Date: Wed, 8 Dec 2021 22:44:49 +0100 Subject: [PATCH 3/3] QMetaObjectPublisher: Never send stale queued messages @@ -572,5 +572,5 @@ index 3897c07..898d769 100644 } -- -2.36.0 +2.49.0 |