mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 03:10:12 +02:00
* Avoid compiler warnings.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user