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

Merge tag '1.6.7' into develop

Finish 1.6.7
This commit is contained in:
Alexander Arin
2022-08-23 01:31:26 +03:00
56 changed files with 1978 additions and 517 deletions

View File

@@ -169,7 +169,7 @@ void initReportItems(){
#ifdef HAVE_SVG
DesignElementsFactory::instance().registerCreator(
"BarcodeItem",
"SVGItem",
LimeReport::ItemAttribs(QObject::tr("SVG Item"),"Item"),
createSVGItem
);