diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-12-26 11:46:48 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-12-26 11:46:48 +0100 |
commit | 4c622b5499ce04318fbfbdf8c2f17ed99b10c2f0 (patch) | |
tree | 27f2c0c59d5c467b6e37f54e26c6c9ca96aacbdf /src/mainview.h | |
parent | auto load plug in (diff) | |
parent | in fullscreen mode: show toolbar tabbar when mouse is on top of the screen (diff) | |
download | rekonq-4c622b5499ce04318fbfbdf8c2f17ed99b10c2f0.tar.xz |
Merge commit 'refs/merge-requests/81' of git://gitorious.org/rekonq/mainline into m81
Diffstat (limited to 'src/mainview.h')
-rw-r--r-- | src/mainview.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainview.h b/src/mainview.h index f57c30b5..f8a8c283 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -83,6 +83,8 @@ public: */ void updateTabBar(); + void setTabBarHidden(bool hide); + QToolButton *addTabButton() const; void clear(); |