From a69e97943539a8abc4d2762638c169dc19c88516 Mon Sep 17 00:00:00 2001 From: Javier Date: Sun, 7 Jun 2015 21:22:45 +0200 Subject: initial import --- xmlutils.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 xmlutils.h (limited to 'xmlutils.h') diff --git a/xmlutils.h b/xmlutils.h new file mode 100644 index 0000000..561b136 --- /dev/null +++ b/xmlutils.h @@ -0,0 +1,8 @@ +#ifndef XMLUTILS_H +#define XMLUTILS_H + +#include + +bool advanceToFirstChildElement(QXmlStreamReader &r, const char *tag); + +#endif // XMLUTILS_H -- cgit v1.2.3