aboutsummaryrefslogtreecommitdiff
path: root/xmlutils.h
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2015-06-07 21:22:45 +0200
committerJavier <dev.git@javispedro.com>2015-06-07 21:22:45 +0200
commita69e97943539a8abc4d2762638c169dc19c88516 (patch)
treef3516ea29745db65971247cee4c260b49f1067b2 /xmlutils.h
downloadscribiu-a69e97943539a8abc4d2762638c169dc19c88516.tar.gz
scribiu-a69e97943539a8abc4d2762638c169dc19c88516.zip
initial import
Diffstat (limited to 'xmlutils.h')
-rw-r--r--xmlutils.h8
1 files changed, 8 insertions, 0 deletions
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 <QtCore/QXmlStreamReader>
+
+bool advanceToFirstChildElement(QXmlStreamReader &r, const char *tag);
+
+#endif // XMLUTILS_H