0
0
mirror of https://github.com/fralx/LimeReport.git synced 2024-12-23 16:22:58 +03:00
LimeReport/demo_r1/global.h
Arin Alexander d391c58e26 Multicolumn bands rendering has been fixed
# Conflicts:
#	limereport/lrreportrender.cpp
#	limereport/lrreportrender.h
2018-06-07 21:03:55 +03:00

7 lines
97 B
C

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