+ 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

@@ -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,