aboutsummaryrefslogtreecommitdiffstats
path: root/docs/checks/README-raw-environment-function.md
blob: b4ecf5bc23aea319a6a7c6a08fcd3c4bef756927 (plain)
1
2
3
4
5
# raw-environment-function

Warns when `putenv()` or `qputenv()` are being used and suggests the Qt *thread-safe* equivalents instead.

This check is disabled by default and should be enabled manually if *thread-safety* is an issue for you.