Warning, /sdk/clazy/docs/checks/README-qgetenv.md is written in an unsupported language. File is not indexed.

0001 # qgetenv
0002 
0003 Warns on inefficient usages of `qgetenv()` which usually allocate memory.
0004 Suggests usage of `qEnvironmentVariableIsSet()`, `qEnvironmentVariableIsEmpty()` and `qEnvironmentVariableIntValue()`.
0005 
0006 These replacements are available since Qt 5.5.