summaryrefslogtreecommitdiff
path: root/src/tabbar.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2011-02-16 18:09:34 +0100
committerAndrea Diamantini <adjam7@gmail.com>2011-02-16 18:09:34 +0100
commitdd81e53fff6cfdccfa7459f6631182de4fbd8e3d (patch)
tree204c2e002c95834e12c17359d34b32a4b2a93658 /src/tabbar.h
parentCalm down kDebug messages (diff)
downloadrekonq-dd81e53fff6cfdccfa7459f6631182de4fbd8e3d.tar.xz
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..)
Diffstat (limited to 'src/tabbar.h')
-rw-r--r--src/tabbar.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tabbar.h b/src/tabbar.h
index d0d9d3e6..ca6adbba 100644
--- a/src/tabbar.h
+++ b/src/tabbar.h
@@ -82,7 +82,6 @@ protected:
virtual void mouseMoveEvent(QMouseEvent *event);
virtual void leaveEvent(QEvent *event);
virtual void mousePressEvent(QMouseEvent *event);
- virtual void mouseReleaseEvent(QMouseEvent *event);
virtual void tabRemoved(int index);
private slots: