qt6-bb10/src/printsupport
Thiago Macieira 766deb0e43 Fix GCC 13 warning about freeing the global static
I believe the problem is that QGlobalStatic::operator Type *() may
return a null pointer, in which case the compiler is right that we could
attempt to free the shared_null. Instead use QGlobalStatic::operator*,
which doesn't ever return nullptr.

Change-Id: I9201d9ecf52f4146bb04fffd17644782bf0eb9d1
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
2023-06-06 15:26:04 -07:00
..
dialogs Fix build with -no-feature-messagebox 2023-01-17 12:42:54 +09:00
doc Clarify module changes in Qt6 2023-05-09 22:36:06 +00:00
kernel Fix GCC 13 warning about freeing the global static 2023-06-06 15:26:04 -07:00
platform Refix printing of dpr>1 images on Windows 2023-04-20 15:54:28 +02:00
widgets QtWidgets: Fix errors about fields from anonymous namespaces (-Werror=subobject-linkage) 2023-02-01 19:12:36 +01:00
CMakeLists.txt Use Qt CMake APIs to exclude files from Unity Build 2023-04-03 12:41:14 +02:00
configure.cmake Fix build with -no-feature-lineedit 2023-03-04 09:45:21 +00:00
qt_cmdline.cmake CMake: Re-implement configure/qmake's command line handling in CMake 2020-08-17 08:08:20 +02:00