+ Keep trailing digits when loading project file

This commit is contained in:
wmayer
2013-12-30 12:54:45 +01:00
parent a9f3b8a09f
commit 5aa1f90dbd
4 changed files with 18 additions and 3 deletions

View File

@@ -370,6 +370,11 @@ const char* Base::XMLReader::getName(const char* name) const
return name;
}
bool Base::XMLReader::doNameMapping() const
{
return false;
}
// ---------------------------------------------------------------------------
// Base::XMLReader: Implementation of the SAX DocumentHandler interface
// ---------------------------------------------------------------------------