File indexing completed on 2024-05-19 13:28:22

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