diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-04-02 02:01:43 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-04-02 02:01:43 +0200 |
commit | f2372797940d2e2eea16592cbb855fd4ec828fca (patch) | |
tree | 6b70a8ef6cd0ee63d4d06c84096974ba45e204f3 /src/mainwindow.h | |
parent | Various fixes, including bookmarks bar (diff) | |
download | rekonq-f2372797940d2e2eea16592cbb855fd4ec828fca.tar.xz |
Added show/hide menubar action
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index c12f8fce..9e64022e 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -112,6 +112,7 @@ private slots: void slotToggleInspector(bool enable); // Settings Menu slots + void slotShowMenubar(bool enable); void slotPreferences(); private: |