mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2025-11-01 06:11:23 +03:00
Some translation functionality has been added
This commit is contained in:
@@ -116,4 +116,10 @@ void ItemDesignIntf::initFlags()
|
||||
Spacer::Spacer(QObject *owner, QGraphicsItem *parent)
|
||||
:ItemDesignIntf("Spacer",owner,parent){}
|
||||
|
||||
QMap<QString, QString> ContentItemDesignIntf::getStringForTranslation(){
|
||||
QMap<QString,QString>map;
|
||||
map.insert("content",content());
|
||||
return map;
|
||||
}
|
||||
|
||||
}// namespace LimeReport
|
||||
|
||||
Reference in New Issue
Block a user