From 54daf59a18612100ad0d9b9e051164dd6334e51a Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Wed, 18 Aug 2010 10:40:39 +0200 Subject: Fix tools & bookmarks shortcuts behavior Patch (and implementation) by Glad Deschrijver. Thanks! --- src/mainwindow.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/mainwindow.h') diff --git a/src/mainwindow.h b/src/mainwindow.h index e5a43649..50c73b4b 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -81,6 +81,7 @@ public: void setWidgetsVisible(bool makeFullScreen); private: + void setupBookmarksAndToolsShortcuts(); void setupActions(); void setupTools(); void setupToolbars(); @@ -108,6 +109,9 @@ signals: void ctrlTabPressed(); void shiftCtrlTabPressed(); +protected slots: + void saveNewToolbarConfig(); + protected: /** * Filters (SHIFT + ) CTRL + TAB events and emit (shift)ctrlTabPressed() -- cgit v1.2.1