1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 07:49:42 +01:00

* Avoid compiler warnings.

This commit is contained in:
Christian Muehlhaeuser 2012-12-20 11:31:34 +01:00
parent 0d4efefd48
commit 2cf31f8374

View File

@ -767,6 +767,9 @@ TomahawkWindow::audioStateChanged( AudioState newState, AudioState oldState )
}
m_taskbarList->ThumbBarUpdateButtons( winId(), ARRAYSIZE( m_thumbButtons ), m_thumbButtons );
#else
Q_UNUSED( newState );
Q_UNUSED( oldState );
#endif // HAVE_THUMBBUTTON
}