diff options
author | Jon Ander Peñalba <jonan88@gmail.com> | 2010-11-30 22:04:41 +0100 |
---|---|---|
committer | Jon Ander Peñalba <jonan88@gmail.com> | 2010-11-30 22:04:41 +0100 |
commit | 491f63610fc9f74ca8097a516347f1399cbc71c2 (patch) | |
tree | 6eb71f8db630de6e510af44441656443da68758b /src/mainview.h | |
parent | Port SearchEngine from somewhat unsafe "naked" static variables to (diff) | |
download | rekonq-491f63610fc9f74ca8097a516347f1399cbc71c2.tar.xz |
Show and hide the add-tab button automatically
Diffstat (limited to 'src/mainview.h')
-rw-r--r-- | src/mainview.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainview.h b/src/mainview.h index 2ba18892..1d04d284 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -83,8 +83,6 @@ public: */ void updateTabBar(); - void setTabBarHidden(bool hide); - inline QToolButton *addTabButton() const { return m_addTabButton; } /** |