qt6-bb10/src
Marc Mutz d96ce5eb0d qlocale_tools_p.h: fix -Wfloat-equal
Compilers _do_ grumble, after all:

  qlocale_tools_p.h:68:14: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
      return d == 0; // Amusingly, compilers do not grumble.
             ~ ^  ~

Fix by using the public qIsNull(double) function, which has
suppressions and was designed for this task.

Amends f645bb8880.

Pick-to: 6.7 6.5
Task-number: QTBUG-126219
Change-Id: I33f1fcb4c8c2ee30ad9a36cb46b806ef253e8062
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
(cherry picked from commit aac83724013a1f226d2bf4b923447eb1b0e5c493)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2024-09-17 16:22:47 +00:00
..
3rdparty Update bundled libpng to version 1.6.44 2024-09-14 18:56:26 +00:00
android Android: bump AGP to 8.6.0 which supports Android 15 2024-09-09 23:48:01 +00:00
assets AssetDownloader: Sync TaskTree sources 2024-09-07 13:47:55 +00:00
concurrent Remove GENERATE_CPP_EXPORTS argument 2024-06-13 14:39:17 +00:00
corelib qlocale_tools_p.h: fix -Wfloat-equal 2024-09-17 16:22:47 +00:00
dbus QtDBus: don't detach in registerComplexDBusType()::Hash static destruction 2024-07-03 23:28:49 +00:00
entrypoint CMake: Correctly annotate the Entrypoint (winmain) SBOM license ID 2024-06-19 08:15:40 +00:00
gui Generalize PlatformGraphics 2024-09-13 21:58:04 +02:00
network wasm: Fix integer overflow in FetchRequest 2024-09-16 21:20:53 +00:00
opengl Doc: Remove usage of defunct QDoc command 2024-08-28 11:39:51 +00:00
openglwidgets Remove GENERATE_CPP_EXPORTS argument 2024-06-13 14:39:17 +00:00
platformsupport Enable keyboard handling on VxWorks 2024-08-27 18:01:04 +02:00
plugins SQL/OCI: use OCIBindByPos2 instead OCIBindByPos 2024-09-16 18:41:42 +00:00
printsupport Doc: Remove usage of defunct QDoc command 2024-08-28 11:39:51 +00:00
sql QSqlRelationalTableModel: properly clear relational dictionary 2024-09-08 10:08:26 +00:00
testlib Rename qt_saturate to q26::saturate_cast 2024-08-25 17:04:32 +00:00
tools qtbase build should't fail with -DFEATURE_process=OFF option 2024-09-09 07:45:17 +00:00
widgets a11y: Remember QTreeView's a11y child interfaces 2024-09-16 22:36:17 +00:00
xml QtXml: be systematic about feature dom 2024-08-29 18:21:29 +00:00
CMakeLists.txt