Turn off translation for object properties ability has been added to the object inspector

This commit is contained in:
Arin Alexander
2019-06-28 13:08:33 +03:00
parent 9a3af52cd7
commit 99757097cc
16 changed files with 121 additions and 21 deletions

View File

@@ -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();