qt6-bb10/src/network
Thiago Macieira 4631b61c81 Q_{APPLICATION,GLOBAL}_STATIC: use variadic macros
We can't remove Q_GLOBAL_STATIC_WITH_ARGS, for compatibility reasons.
It's also the only way to pass uniform initialization (i.e., initialize
the value as value{with_braces}), though I don't think this is used
almost anywhere due to the fact that you couldn't pass more than one
argument. But Q_APPLICATION_STATIC is new in 6.3, so we have time to
change it.

[ChangeLog][QtCore][QGlobalStatic] The Q_GLOBAL_STATIC macro is now
variadic. Any extra arguments are used as constructor arguments,
obliterating the need to use Q_GLOBAL_STATIC_WITH_ARGS().

Pick-to: 6.3
Change-Id: Ib42b3adc93bf4d43bd55fffd16be3656a512fe53
Reviewed-by: Marc Mutz <marc.mutz@qt.io>
2021-12-17 07:56:24 +00:00
..
access Q_{APPLICATION,GLOBAL}_STATIC: use variadic macros 2021-12-17 07:56:24 +00:00
android/jar Android: remove unused imports and fix warning on network java code 2021-10-12 22:12:08 +03:00
doc Doc: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiom 2021-12-09 22:20:04 +01:00
kernel wasm: implement host lookup for socket tunneling 2021-12-15 17:06:11 +01:00
socket QRingBuffer: overload append() for rvalues 2021-12-15 18:36:00 +00:00
ssl QSslSocket: export QSslSocketPrivate, unbreaking ubsan builds 2021-12-16 09:12:09 +01:00
CMakeLists.txt Remove pre-Win10 code paths in QtBase 2021-11-02 13:55:15 +08:00
configure.cmake configure: Remove declaration of the OPENSSL_PATH variable 2021-11-01 21:01:07 +01:00
qt_cmdline.cmake configure: Remove declaration of the OPENSSL_PATH variable 2021-11-01 21:01:07 +01:00