mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2024-12-23 20:22:58 +03:00
Update lrfactoryinitializer.cpp
lose barcode item when use static build fixed
This commit is contained in:
parent
3a0a77a2e2
commit
a2c3f6bf5a
@ -165,7 +165,7 @@ void initReportItems(){
|
|||||||
|
|
||||||
#ifdef HAVE_SVG
|
#ifdef HAVE_SVG
|
||||||
DesignElementsFactory::instance().registerCreator(
|
DesignElementsFactory::instance().registerCreator(
|
||||||
"BarcodeItem",
|
"SVGItem",
|
||||||
LimeReport::ItemAttribs(QObject::tr("SVG Item"),"Item"),
|
LimeReport::ItemAttribs(QObject::tr("SVG Item"),"Item"),
|
||||||
createSVGItem
|
createSVGItem
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user