#ifndef XMLUTILS_H #define XMLUTILS_H #include bool advanceToFirstChildElement(QXmlStreamReader &r, const char *tag); #endif // XMLUTILS_H