From dd81e53fff6cfdccfa7459f6631182de4fbd8e3d Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Wed, 16 Feb 2011 18:09:34 +0100 Subject: This patch cleans up tabbar update: show/hide when ReKonfig::alwaysShowTabBar() is off and update tab button position. It also removes a "feature" introduced to hide/show tab button on tab moving: it has negative effects on tab middle click closing. Reviewed by: NOBODY (oops..) --- src/mainview.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mainview.h') diff --git a/src/mainview.h b/src/mainview.h index 00975206..6af4012c 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -161,8 +161,6 @@ protected: virtual void resizeEvent(QResizeEvent *event); private: - void updateTabButtonPosition(); - /** * This function creates (if not exists) and returns a QLabel * with a loading QMovie. -- cgit v1.2.1