From 3aaf7be9670b09a2f7f9d5a2484e854135453c46 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Wed, 14 Oct 2009 12:23:22 +0200 Subject: Another fix for the new tab button... I'm starting hating it!! --- src/tabbar.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/tabbar.h') diff --git a/src/tabbar.h b/src/tabbar.h index dd08f7b8..580021c4 100644 --- a/src/tabbar.h +++ b/src/tabbar.h @@ -63,6 +63,7 @@ public: ~TabBar(); void showTabPreview(int tab); + void updateNewTabButton(); signals: void cloneTab(int index); @@ -76,7 +77,6 @@ protected: * Added to fix tab dimension */ virtual QSize tabSizeHint(int index) const; - virtual void tabLayoutChange(); virtual void mouseMoveEvent(QMouseEvent *event); virtual void leaveEvent(QEvent *event); @@ -89,8 +89,6 @@ private slots: void postLaunch(); private: - void setTabButtonPosition(); - MainView *m_parent; QToolButton *m_addTabButton; -- cgit v1.2.1