qt5base-lts/src
Shawn Rutledge e3aa45006d Change QNativeGestureEvent::deltas() to QPointF
It came up during 6.2 API review that we prefer all floating-point API
to be double-precision on 64-bit platforms, despite the awkwardness of
representing a displacement vector with something called a "point".
The docs for QPointF explicitly state "A QPointF object can also be used
as a vector: Addition and subtraction are defined..."

Amends 31f90e99b8

Change-Id: I01029661f2586640cbf846f49df164c176d17f7a
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
2021-07-14 17:14:23 +02:00
..
3rdparty Fix harfbuzz-ng compilation for Integrity 2021-06-28 15:36:25 +03:00
android Android: Make the manifest less to scary to read and edit 2021-07-01 23:54:15 +03:00
concurrent Migrate to autogenerated cpp exports 2021-06-25 19:33:12 +02:00
corelib Fix qdoc warning: signal is not const 2021-07-14 16:17:33 +02:00
dbus QDBusMarshaller: fix -Wformat-overflow 2021-07-08 01:49:26 +02:00
entrypoint Adjust the EntryPoint target name according to the internal module naming policy 2021-06-15 12:51:49 +02:00
gui Change QNativeGestureEvent::deltas() to QPointF 2021-07-14 17:14:23 +02:00
network QNetworkRequest: Fix decompression safety-check threshold docs 2021-07-13 17:36:44 +02:00
opengl opengl: fix a typo in QOpenGLPaintDevice::dotsPerMeterY() 2021-07-06 15:56:09 +02:00
openglwidgets Migrate to autogenerated cpp exports 2021-06-25 19:33:12 +02:00
platformsupport Add the 'Private' suffix to the internal module names 2021-05-31 20:50:07 +02:00
plugins QSslContext: remove unused fromConfiguration() 2021-07-13 20:54:04 +02:00
printsupport CMake: Use QtBase_SOURCE_DIR instead of QT_SOURCE_TREE 2021-07-12 18:56:14 +02:00
sql Migrate to autogenerated cpp exports 2021-06-25 19:33:12 +02:00
testlib QTest: remove unneeded cast in toPrettyUnicode() 2021-07-07 19:32:52 +02:00
tools QDuplicateTracker: accept the number of elements to reserve as a ctor argument 2021-07-14 08:57:39 +02:00
widgets Support styled menu icons in otherwise unstyled menu items 2021-07-14 16:17:33 +02:00
xml Migrate to autogenerated cpp exports 2021-06-25 19:33:12 +02:00
CMakeLists.txt Make it possible to disable the PrintSupport module 2021-02-09 09:17:21 +01:00