summaryrefslogtreecommitdiff
path: root/src/tabbar.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-03-12 12:25:24 +0100
committerAndrea Diamantini <adjam7@gmail.com>2010-03-12 12:25:24 +0100
commit19bee2a91fa97ba451658a7d3300275f471d2ba8 (patch)
treee1f8acde7c24718477ba896f60691f9ad1668a18 /src/tabbar.h
parentMerge commit 'refs/merge-requests/102' of git://gitorious.org/rekonq/mainline... (diff)
parentClose the tab preview when the close button is clicked (diff)
downloadrekonq-19bee2a91fa97ba451658a7d3300275f471d2ba8.tar.xz
Merge commit 'refs/merge-requests/103' of git://gitorious.org/rekonq/mainline into tabPreviewFIx
Diffstat (limited to 'src/tabbar.h')
-rw-r--r--src/tabbar.h1
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();