diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-03-21 22:40:42 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-03-21 22:40:42 +0100 |
commit | 33c8c8a6bfe805e1c1a94586e81c5cd27cabd53e (patch) | |
tree | 1a2611949457d8c38741c6b60350c408eb59bbd6 /src/tabbar.h | |
parent | update INSTALL file (diff) | |
parent | Workaround the troubles with the tabbar highlight feature. (diff) | |
download | rekonq-33c8c8a6bfe805e1c1a94586e81c5cd27cabd53e.tar.xz |
Merge branch 'fixes'
Diffstat (limited to 'src/tabbar.h')
-rw-r--r-- | src/tabbar.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tabbar.h b/src/tabbar.h index 0137065d..c7bf88e6 100644 --- a/src/tabbar.h +++ b/src/tabbar.h @@ -84,7 +84,6 @@ protected: virtual void mousePressEvent(QMouseEvent *event); virtual void tabRemoved(int index); - virtual void tabInserted(int index); private slots: void cloneTab(); |