File indexing completed on 2024-04-28 05:38:40

0001 #include <QtCore/QString>
0002 
0003 void test()
0004 {
0005     qgetenv("Foo").isEmpty();
0006 }