mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-09 07:36:48 +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 );
|
m_taskbarList->ThumbBarUpdateButtons( winId(), ARRAYSIZE( m_thumbButtons ), m_thumbButtons );
|
||||||
|
#else
|
||||||
|
Q_UNUSED( newState );
|
||||||
|
Q_UNUSED( oldState );
|
||||||
#endif // HAVE_THUMBBUTTON
|
#endif // HAVE_THUMBBUTTON
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user