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:
parent
0d4efefd48
commit
2cf31f8374
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user