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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user