mirror of
https://github.com/fralx/LimeReport.git
synced 2025-11-07 00:21:24 +03:00
SVGItem default editor has been added
This commit is contained in:
@@ -190,6 +190,7 @@ void ReportRender::initDatasource(const QString& name){
|
||||
}
|
||||
|
||||
void ReportRender::analizeItem(ContentItemDesignIntf* contentItem, BandDesignIntf* band){
|
||||
Q_UNUSED(band)
|
||||
if (contentItem){
|
||||
QString content = contentItem->content();
|
||||
QVector<QString> functions;
|
||||
|
||||
Reference in New Issue
Block a user