summaryrefslogtreecommitdiffstats
path: root/examples/xml/dombookmarks/xbeltree.h
diff options
context:
space:
mode:
authorØystein Heskestad <oystein.heskestad@qt.io>2023-04-12 16:22:24 +0200
committerØystein Heskestad <oystein.heskestad@qt.io>2023-05-04 17:30:04 +0000
commit3dd3268ded4dd74c64d7ec726fd534375ab9f018 (patch)
tree1f8a265eacbfc8439e92ddf62c7800438d8ce3e9 /examples/xml/dombookmarks/xbeltree.h
parent4bf82909f144e2e1c0231a90c42bd120a549c9da (diff)
Revamp DOM Bookmarks example
Fixes: QTBUG-111974 Pick-to: 6.5 Change-Id: Ia62eaf36f616278e49112884db8aec37e2b1dcc5 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> Reviewed-by: Samuel Gaist <samuel.gaist@idiap.ch>
Diffstat (limited to 'examples/xml/dombookmarks/xbeltree.h')
-rw-r--r--examples/xml/dombookmarks/xbeltree.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/xml/dombookmarks/xbeltree.h b/examples/xml/dombookmarks/xbeltree.h
index d39caad51a..0788c4c8ab 100644
--- a/examples/xml/dombookmarks/xbeltree.h
+++ b/examples/xml/dombookmarks/xbeltree.h
@@ -8,6 +8,7 @@
#include <QIcon>
#include <QTreeWidget>
+//! [0]
class XbelTree : public QTreeWidget
{
Q_OBJECT
@@ -36,5 +37,6 @@ private:
QIcon folderIcon;
QIcon bookmarkIcon;
};
+//! [0]
#endif