diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-08-10 17:34:04 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-12-10 02:48:05 +0100 |
commit | 08ca2545eede86a0f6de42be596b063de1321ddb (patch) | |
tree | 9f1d9986b04d7db3ace13f9304eae704d9c189eb /src/application.cpp | |
parent | FindBar. Rewamped and restored (diff) | |
download | rekonq-08ca2545eede86a0f6de42be596b063de1321ddb.tar.xz |
Manage Bookmarks Toolbar show/hide (&& create/delete)
Diffstat (limited to 'src/application.cpp')
-rw-r--r-- | src/application.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/application.cpp b/src/application.cpp index 7004a901..efad91c3 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -713,3 +713,9 @@ void Application::createWebAppShortcut() dialog->deleteLater(); } + + +void Application::bookmarksToolbarToggled(bool b) +{ + emit toggleBookmarksToolbar(b); +} |