+ 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

@@ -58,6 +58,10 @@ public:
else
return name;
}
bool doNameMapping() const
{
return true;
}
protected:
void startElement(const XMLCh* const uri, const XMLCh* const localname,
const XMLCh* const qname,