0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-11-25 08:28:06 +03:00

Multicolumn bands rendering has been fixed

# Conflicts:
#	limereport/lrreportrender.cpp
#	limereport/lrreportrender.h
This commit is contained in:
Arin Alexander
2018-06-07 21:03:55 +03:00
46 changed files with 37539 additions and 49 deletions

6
demo_r1/global.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef GLOBAL_H
#define GLOBAL_H
#include <QString>
QString test = "ttttt";
#endif // GLOBAL_H