qt6-bb10/src/plugins
Volker Hilsheimer d86a02b468 Windows XP style: Fix coding style violations
Fix various violations of the coding style or general inconsistencies.
No claim for completeness.

* indentation and line breaks
* consistent scopes for case statements where needed
* add curly-brackets for if-statements where needed
* removed {} where not needed
* const'ify a few obvious local variables
* remove random empty lines
* use auto when type is obvious from cast

Deliberately not touching nested if-statements that could be merged into
one.

Pick-to: 6.3
Change-Id: Ie22b36568f33e18d5f15c751c7fd76e1490133b9
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
2022-01-20 22:57:45 +01:00
..
doc/snippets/code
generic CMake: Rename qt6_add_plugin TYPE option to PLUGIN_TYPE 2021-08-06 21:08:21 +02:00
imageformats QtGui & its plugins: remove set-but-unused variables 2021-10-19 13:13:14 -07:00
networkinformation QNI: Windows support for the isMetered API 2021-11-08 21:12:14 +01:00
platforminputcontexts CMake: Rename qt6_add_plugin TYPE option to PLUGIN_TYPE 2021-08-06 21:08:21 +02:00
platforms wasm: fix installation when staging prefix is used 2022-01-20 10:06:55 +02:00
platformthemes Add PreselectFirstFileInDirectory platform theme hint 2022-01-07 13:31:38 +00:00
printsupport CMake: Rename qt6_add_plugin TYPE option to PLUGIN_TYPE 2021-08-06 21:08:21 +02:00
sqldrivers Replace QString::utf16 with QString::data where appropriate 2022-01-17 09:48:12 +01:00
styles Windows XP style: Fix coding style violations 2022-01-20 22:57:45 +01:00
tls QSslSocket (SecureTransport) add TLS 1.3 ciphersuites 2022-01-12 22:27:21 +01:00
CMakeLists.txt QNetworkInformation: Rename the plugins and type 2021-06-11 19:23:03 +02:00