Fixed compilation issue on Mac.

This commit is contained in:
Erik Verbruggen
2010-02-22 17:16:27 +01:00
parent 7f3dc15a71
commit 7669a36bf0

View File

@@ -236,10 +236,6 @@ void FancyTabBar::paintTab(QPainter *painter, int tabIndex) const
bool selected = (tabIndex == m_currentIndex); bool selected = (tabIndex == m_currentIndex);
bool enabled = isTabEnabled(tabIndex); bool enabled = isTabEnabled(tabIndex);
#ifdef Q_WS_MAC
hover = false; // Do not hover on Mac
#endif
if (selected) { if (selected) {
//background //background
painter->save(); painter->save();