diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-12-28 12:22:31 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-12-28 12:22:31 +0100 |
commit | f501b1436b61219129e8a5608f5f814ea9abaf31 (patch) | |
tree | c7467d1fd0662c9a94262cd8427cb82620401123 /src/mainview.h | |
parent | Merge Request #79 with the changes discussed. (diff) | |
parent | Merge commit 'refs/merge-requests/81' of git://gitorious.org/rekonq/mainline ... (diff) | |
download | rekonq-f501b1436b61219129e8a5608f5f814ea9abaf31.tar.xz |
Merge branch '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(); |