aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2020-01-11 14:01:43 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2020-01-11 14:02:15 +0100
commitede15adc71f7f1c2acd63e96777b5d02d052a681 (patch)
tree8d61e42e883a1a755953cf19658ab48919a2e965 /recipes-qt
parente8221c2c9ae403ed0eb022cd9d9b9b2a2c5ab0ef (diff)
qtbase: Fix patch fuzz detected with devtool
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt')
-rw-r--r--recipes-qt/qt5/qtbase/0018-input-Make-use-of-timeval-portable-for-64bit-time_t.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-qt/qt5/qtbase/0018-input-Make-use-of-timeval-portable-for-64bit-time_t.patch b/recipes-qt/qt5/qtbase/0018-input-Make-use-of-timeval-portable-for-64bit-time_t.patch
index c027fb68..4832464f 100644
--- a/recipes-qt/qt5/qtbase/0018-input-Make-use-of-timeval-portable-for-64bit-time_t.patch
+++ b/recipes-qt/qt5/qtbase/0018-input-Make-use-of-timeval-portable-for-64bit-time_t.patch
@@ -29,8 +29,8 @@ index 3555763..e7dc57c 100644
QT_BEGIN_NAMESPACE
Q_LOGGING_CATEGORY(qLcEvdevKey, "qt.qpa.input")
-@@ -150,7 +155,10 @@
- qCDebug(qLcEvdevKey, "switchLed %d %d", led, int(state));
+@@ -149,7 +154,10 @@ void QEvdevKeyboardHandler::switchLed(in
+ qCDebug(qLcEvdevKey) << "switchLed" << led << state;
struct ::input_event led_ie;
- ::gettimeofday(&led_ie.time, 0);
@@ -45,7 +45,7 @@ diff --git a/src/platformsupport/input/evdevtouch/qevdevtouchhandler.cpp b/src/p
index 78728ef..1d65f9b 100644
--- a/src/platformsupport/input/evdevtouch/qevdevtouchhandler.cpp
+++ b/src/platformsupport/input/evdevtouch/qevdevtouchhandler.cpp
-@@ -58,6 +58,11 @@
+@@ -55,6 +55,11 @@
#include <linux/input.h>
#endif
@@ -57,7 +57,7 @@ index 78728ef..1d65f9b 100644
#include <math.h>
#if QT_CONFIG(mtdev)
-@@ -573,7 +578,7 @@
+@@ -568,7 +573,7 @@ void QEvdevTouchScreenData::processInput
// update timestamps
m_lastTimeStamp = m_timeStamp;