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