forked from qt-creator/qt-creator
9 lines
178 B
C++
9 lines
178 B
C++
![]() |
// clazy-standalone -export-fixes=/tmp/clazy.qgetenv.yaml -checks=qgetenv clazy.qgetenv.cpp
|
||
|
#include <QByteArray>
|
||
|
#include <QtGlobal>
|
||
|
|
||
|
void g()
|
||
|
{
|
||
|
qgetenv("Foo").isEmpty();
|
||
|
}
|