+ Keep trailing digits when loading project file

This commit is contained in:
wmayer
2013-12-30 12:54:45 +01:00
parent 775e6eba4f
commit 365099a2bd
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
// ---------------------------------------------------------------------------