LimeReport/demo_r1/global.h

7 lines
97 B
C
Raw Normal View History

#ifndef GLOBAL_H
#define GLOBAL_H
#include <QString>
QString test = "ttttt";
#endif // GLOBAL_H