1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-18 11:51:44 +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 bool
TomahawkWindow::winEvent( MSG* msg, long* result ) TomahawkWindow::winEvent( MSG* msg, long* result )
{ {
Q_UNUSED(RESULT);
#define TB_PRESSED Q_FUNC_INFO << "Taskbar Button Pressed:" #define TB_PRESSED Q_FUNC_INFO << "Taskbar Button Pressed:"
switch ( msg->message ) switch ( msg->message )
@@ -735,6 +736,7 @@ TomahawkWindow::winEvent( MSG* msg, long* result )
void void
TomahawkWindow::audioStateChanged( AudioState newState, AudioState oldState ) TomahawkWindow::audioStateChanged( AudioState newState, AudioState oldState )
{ {
Q_UNUSED(oldState);
#ifdef HAVE_THUMBBUTTON #ifdef HAVE_THUMBBUTTON
if ( m_taskbarList == 0 ) if ( m_taskbarList == 0 )
return; return;