File indexing completed on 2024-05-12 13:44:52

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