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/mainview.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/mainview.h') diff --git a/src/mainview.h b/src/mainview.h index 96710919..db4c455d 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -76,7 +76,7 @@ public: * "Always Show TabBar" option * */ - void showTabBar(); + void updateTabBar(); void clear(); /** @@ -136,7 +136,9 @@ private slots: void windowCloseRequested(); - +protected: + virtual void resizeEvent(QResizeEvent *event); + private: /** * This function creates (if not exists) and returns a QLabel -- cgit v1.2.1