aboutsummaryrefslogtreecommitdiffstats
path: root/src/checks/level0/README-qgetenv.md
blob: 3292d798161d87fac3b211114d50669a805a443a (plain)
1
2
3
4
5
6
# qgetenv

Warns on innefficient usages of `qgetenv()` which usually allocate memory.
Suggests usage of `qEnvironmentVariableIsSet()`, `qEnvironmentVariableIsEmpty()` and `qEnvironmentVariableIntValue()`.

These replacements are available since Qt 5.5.