1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-25 23:06:23 +02:00

fixed typo

This commit is contained in:
Patrick von Reth
2013-07-16 20:50:21 +02:00
parent 408d2d11ad
commit 73b7336269

View File

@@ -689,7 +689,7 @@ TomahawkWindow::keyPressEvent( QKeyEvent* e )
bool bool
TomahawkWindow::winEvent( MSG* msg, long* result ) TomahawkWindow::winEvent( MSG* msg, long* result )
{ {
Q_UNUSED(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 )