summaryrefslogtreecommitdiff
path: root/src/mainview.h
diff options
context:
space:
mode:
authorJon Ander Peñalba <jonan88@gmail.com>2010-11-30 22:04:41 +0100
committerJon Ander Peñalba <jonan88@gmail.com>2010-11-30 22:04:41 +0100
commit491f63610fc9f74ca8097a516347f1399cbc71c2 (patch)
tree6eb71f8db630de6e510af44441656443da68758b /src/mainview.h
parentPort SearchEngine from somewhat unsafe "naked" static variables to (diff)
downloadrekonq-491f63610fc9f74ca8097a516347f1399cbc71c2.tar.xz
Show and hide the add-tab button automatically
Diffstat (limited to 'src/mainview.h')
-rw-r--r--src/mainview.h2
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; }
/**