1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-17 19:37:09 +02:00

silence some warnings

This commit is contained in:
Patrick von Reth
2013-07-16 20:46:17 +02:00
parent fc388271b4
commit 408d2d11ad

View File

@@ -689,6 +689,7 @@ TomahawkWindow::keyPressEvent( QKeyEvent* e )
bool
TomahawkWindow::winEvent( MSG* msg, long* result )
{
Q_UNUSED(RESULT);
#define TB_PRESSED Q_FUNC_INFO << "Taskbar Button Pressed:"
switch ( msg->message )
@@ -735,6 +736,7 @@ TomahawkWindow::winEvent( MSG* msg, long* result )
void
TomahawkWindow::audioStateChanged( AudioState newState, AudioState oldState )
{
Q_UNUSED(oldState);
#ifdef HAVE_THUMBBUTTON
if ( m_taskbarList == 0 )
return;