summaryrefslogtreecommitdiff
path: root/src/application.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-08-10 17:34:04 +0200
committerAndrea Diamantini <adjam7@gmail.com>2012-12-10 02:48:05 +0100
commit08ca2545eede86a0f6de42be596b063de1321ddb (patch)
tree9f1d9986b04d7db3ace13f9304eae704d9c189eb /src/application.h
parentFindBar. Rewamped and restored (diff)
downloadrekonq-08ca2545eede86a0f6de42be596b063de1321ddb.tar.xz
Manage Bookmarks Toolbar show/hide (&& create/delete)
Diffstat (limited to 'src/application.h')
-rw-r--r--src/application.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/application.h b/src/application.h
index c9ad7376..66780c5b 100644
--- a/src/application.h
+++ b/src/application.h
@@ -68,6 +68,8 @@ public:
TabWindow *tabWindow();
TabWindowList tabWindowList();
+ void bookmarksToolbarToggled(bool);
+
public Q_SLOTS:
/**
* Save application's configuration
@@ -92,6 +94,9 @@ protected:
// This is used to track which window was activated most recently
bool eventFilter(QObject *watched, QEvent *event);
+Q_SIGNALS:
+ void toggleBookmarksToolbar(bool);
+
private Q_SLOTS:
void updateConfiguration();