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.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/examples/xml/dombookmarks/mainwindow.h b/examples/xml/dombookmarks/mainwindow.h
index 6d490caf64..0a8c7bdd82 100644
--- a/examples/xml/dombookmarks/mainwindow.h
+++ b/examples/xml/dombookmarks/mainwindow.h
@@ -68,18 +68,9 @@ public slots:
void about();
private:
- void createActions();
void createMenus();
XbelTree *xbelTree;
-
- QMenu *fileMenu;
- QMenu *helpMenu;
- QAction *openAct;
- QAction *saveAsAct;
- QAction *exitAct;
- QAction *aboutAct;
- QAction *aboutQtAct;
};
#endif