Core: Clean up some ancient, unused code in FancyTabWidget

Change-Id: I4b24522028c8184f39bd05d54644fee0fba3b434
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Alessandro Portale
2017-09-05 18:32:39 +02:00
parent 3975bc2e19
commit b3911628cf
2 changed files with 1 additions and 13 deletions

View File

@@ -74,7 +74,6 @@ class FancyTabBar : public QWidget
public:
FancyTabBar(QWidget *parent = 0);
~FancyTabBar();
bool event(QEvent *event);
@@ -122,8 +121,6 @@ signals:
void menuTriggered(int index, QMouseEvent *event);
private:
static const int m_rounding;
static const int m_textPadding;
QRect m_hoverRect;
int m_hoverIndex;
int m_currentIndex;