summaryrefslogtreecommitdiffstats
path: root/examples/xml/streambookmarks/xbelreader.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/xml/streambookmarks/xbelreader.h')
-rw-r--r--examples/xml/streambookmarks/xbelreader.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/xml/streambookmarks/xbelreader.h b/examples/xml/streambookmarks/xbelreader.h
index 3175441ddd..fd486a430f 100644
--- a/examples/xml/streambookmarks/xbelreader.h
+++ b/examples/xml/streambookmarks/xbelreader.h
@@ -71,6 +71,10 @@ public:
QString errorString() const;
+ static inline QString versionAttribute() { return QStringLiteral("version"); }
+ static inline QString hrefAttribute() { return QStringLiteral("href"); }
+ static inline QString foldedAttribute() { return QStringLiteral("folded"); }
+
private:
//! [2]
void readXBEL();