more flexible handling of paths

This commit is contained in:
nemu
2009-06-10 12:58:57 +00:00
parent 0c72367826
commit a000bc75bd
3 changed files with 57 additions and 3 deletions

View File

@ -69,6 +69,8 @@ class PAdminXMLParser : public QXmlDefaultHandler
bool characters(const QString&);
bool endDocument();
QString expandPath(const QString&);
EAdminKeyWords fKeyWord;
bool fFunc;
PTheory fTheoryItem;