mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2025-11-01 06:11:23 +03:00
TOC generation has been changed
This commit is contained in:
@@ -122,4 +122,14 @@ QMap<QString, QString> ContentItemDesignIntf::getStringForTranslation(){
|
||||
return map;
|
||||
}
|
||||
|
||||
bool ContentItemDesignIntf::isContentBackedUp() const
|
||||
{
|
||||
return m_contentBackedUp;
|
||||
}
|
||||
|
||||
void ContentItemDesignIntf::setContentBackedUp(bool contentBackedUp)
|
||||
{
|
||||
m_contentBackedUp = contentBackedUp;
|
||||
}
|
||||
|
||||
}// namespace LimeReport
|
||||
|
||||
Reference in New Issue
Block a user