QPIConfig includes improvements
git-svn-id: svn://db.shs.com.ru/libs@77 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user