mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2025-10-03 03:57:32 +03:00
Turn off translation for object properties ability has been added to the object inspector
This commit is contained in:
@@ -44,7 +44,7 @@ VariablesHolder::~VariablesHolder()
|
||||
QMap<QString,VarDesc*>::iterator it = m_varNames.begin();
|
||||
while(it!=m_varNames.end()){
|
||||
delete *it;
|
||||
it++;
|
||||
++it;
|
||||
}
|
||||
m_varNames.clear();
|
||||
m_userVariables.clear();
|
||||
|
Reference in New Issue
Block a user