0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-09-30 11:12:34 +03:00

Merge branch 'master' into 1.4

This commit is contained in:
Arin Alexander
2016-10-18 15:00:40 +03:00
35 changed files with 75 additions and 57 deletions

View File

@@ -39,7 +39,7 @@ const QString xmlTag = "ShapeItem";
LimeReport::BaseDesignIntf * createShapeItem(QObject* owner, LimeReport::BaseDesignIntf* parent){
return new LimeReport::ShapeItem(owner,parent);
}
bool registred = LimeReport::DesignElementsFactory::instance().registerCreator(
bool VARIABLE_IS_NOT_USED registred = LimeReport::DesignElementsFactory::instance().registerCreator(
xmlTag, LimeReport::ItemAttribs(QObject::tr("Shape Item"),"Item"), createShapeItem
);
}