0
0
mirror of https://github.com/fralx/LimeReport.git synced 2024-12-23 16:22:58 +03:00

Update lrfactoryinitializer.cpp

lose barcode item when use static build  fixed
This commit is contained in:
liufeijin 2022-07-13 11:54:00 +08:00 committed by GitHub
parent 3a0a77a2e2
commit a2c3f6bf5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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