From 095efa83a05459336decb6ff565496ebc11fd026 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Mon, 6 Aug 2012 15:37:28 +0200 Subject: Add RekonqFactory to locally generate rekonq toolbars and menus by the ui xml file --- src/webwindow/webwindow.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/webwindow/webwindow.h') diff --git a/src/webwindow/webwindow.h b/src/webwindow/webwindow.h index a300f6f4..b618ab42 100644 --- a/src/webwindow/webwindow.h +++ b/src/webwindow/webwindow.h @@ -82,7 +82,6 @@ public: QAction *actionByName(const QString &name); private: - void init(); void setupActions(); void setupTools(); @@ -104,6 +103,11 @@ private Q_SLOTS: */ void notifyMessage(const QString &msg); + // File Menu slots + void openLocation(); + void fileOpen(); + void fileSaveAs(); + Q_SIGNALS: void titleChanged(QString); -- cgit v1.2.1