diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-08-26 01:30:59 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-08-30 01:07:26 +0200 |
commit | 196470f75bba5cd86dba587f9f4f3a9905103e93 (patch) | |
tree | 7c3902c47d21d42e9b031889c7d31a9e23b8340e /src/mainwindow.h | |
parent | Typo SIGNAL --> SLOT (diff) | |
download | rekonq-196470f75bba5cd86dba587f9f4f3a9905103e93.tar.xz |
First changes to bookmarks system
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index ded44790..fc0af47d 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -143,6 +143,8 @@ private slots: void slotAboutToShowBackMenu(); void slotOpenActionUrl(QAction *action); + void showBookmarkToolBar(bool); + private: MainView *m_view; FindBar *m_findBar; |