summaryrefslogtreecommitdiffstats
path: root/examples/xml/dombookmarks/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/xml/dombookmarks/mainwindow.h')
-rw-r--r--examples/xml/dombookmarks/mainwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/xml/dombookmarks/mainwindow.h b/examples/xml/dombookmarks/mainwindow.h
index 55b78c8449..82e29012f2 100644
--- a/examples/xml/dombookmarks/mainwindow.h
+++ b/examples/xml/dombookmarks/mainwindow.h
@@ -8,6 +8,7 @@
class XbelTree;
+//! [0]
class MainWindow : public QMainWindow
{
Q_OBJECT
@@ -25,5 +26,6 @@ private:
XbelTree *xbelTree;
};
+//! [0]
#endif