diff options
author | Yoann Laissus <yoann.laissus@gmail.com> | 2010-03-11 12:40:15 +0100 |
---|---|---|
committer | Yoann Laissus <yoann.laissus@gmail.com> | 2010-03-11 12:40:15 +0100 |
commit | 25c5df38ada4523c7c76de55bf736656cf2bb5dc (patch) | |
tree | 6f113db121570c34393c19eb839f08513aa09e0d /src/tabbar.h | |
parent | rekonq 0.3.99 (diff) | |
download | rekonq-25c5df38ada4523c7c76de55bf736656cf2bb5dc.tar.xz |
Close the tab preview when the close button is clicked
Diffstat (limited to 'src/tabbar.h')
-rw-r--r-- | src/tabbar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tabbar.h b/src/tabbar.h index 5d297e4c..97c320fc 100644 --- a/src/tabbar.h +++ b/src/tabbar.h @@ -81,6 +81,7 @@ protected: virtual void leaveEvent(QEvent *event); virtual void mousePressEvent(QMouseEvent *event); virtual void mouseReleaseEvent(QMouseEvent *event); + virtual void tabRemoved(int); private slots: void cloneTab(); |