mirror of
https://github.com/fralx/LimeReport.git
synced 2025-09-23 16:39:07 +03:00
Merge branch 'master' into feature/speed_up
# Conflicts: # limereport/lrbanddesignintf.cpp # limereport/lrreportengine.cpp
This commit is contained in:
@@ -92,6 +92,10 @@ namespace Const{
|
||||
const QString EOW("~!@#$%^&*()+{}|:\"<>?,/;'[]\\-=");
|
||||
const int DEFAULT_TAB_INDENTION = 4;
|
||||
const int DOCKWIDGET_MARGINS = 4;
|
||||
|
||||
const char SCRIPT_SIGN = 'S';
|
||||
const char FIELD_SIGN = 'D';
|
||||
const char VARIABLE_SIGN = 'V';
|
||||
}
|
||||
QString extractClassName(QString className);
|
||||
QString escapeSimbols(const QString& value);
|
||||
|
Reference in New Issue
Block a user