summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2020-09-10 15:43:22 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2020-09-11 11:30:55 +0200
commit756c65d3676d2b3ce5c7b56145e5f0f7cf7178ad (patch)
treeb16eb8ec1668042a3721f1ee0cfb2a57bc89fc90 /src/gui
parent37e7c3c11698812f07d8b78c90d0adcffd1d0d33 (diff)
Fix build with -trace lttng
Fix superfluous space in qtgui.tracepoints and make tracegen more lenient towards unknown types (the ETW implementation outright ignores those). Pick-to: 5.15 Fixes: QTBUG-86546 Change-Id: I71cc323afa1009dbaefe20e55818ecb6c0b09c59 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Milian Wolff <milian.wolff@kdab.com>
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/qtgui.tracepoints2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/qtgui.tracepoints b/src/gui/qtgui.tracepoints
index 2b09c6a1e2..932115fd97 100644
--- a/src/gui/qtgui.tracepoints
+++ b/src/gui/qtgui.tracepoints
@@ -27,7 +27,7 @@ QImage_scaledToHeight_entry(int h, Qt::TransformationMode mode)
QImage_scaledToHeight_exit()
QImage_rgbSwapped_helper_entry()
QImage_rgbSwapped_helper_exit()
-QImage_transformed_entry(const QTransform &matrix, Qt::TransformationMode mode )
+QImage_transformed_entry(const QTransform &matrix, Qt::TransformationMode mode)
QImage_transformed_exit()
QPixmap_scaled_entry(const QSize& s, Qt::AspectRatioMode aspectMode, Qt::TransformationMode mode)