QPIConfig includes improvements

git-svn-id: svn://db.shs.com.ru/libs@77 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
2016-01-28 08:25:58 +00:00
parent a574473f14
commit 17e8387d9d
6 changed files with 29 additions and 13 deletions

View File

@@ -260,7 +260,7 @@ private:
void deleteEntry(Entry * e) {foreach (Entry * i, e->_children) deleteEntry(i); delete e;}
QString getPrefixFromLine(QString line, bool * exists);
void updateIncludes();
QString entryValue(QString v);
QString parseLine(QString v);
void parse(QString content = QString());
int centry;