mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-20 07:49:42 +01:00
Draw the battle lines
This commit is contained in:
parent
1c250b334b
commit
cd78b77784
@ -506,6 +506,13 @@ setNam( QNetworkAccessManager* nam )
|
||||
}
|
||||
|
||||
|
||||
#ifdef Q_WS_X11
|
||||
void
|
||||
bringToFront()
|
||||
{
|
||||
}
|
||||
#else
|
||||
|
||||
#ifndef Q_OS_MAC
|
||||
void
|
||||
bringToFront()
|
||||
@ -513,6 +520,7 @@ bringToFront()
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
QPixmap
|
||||
createAvatarFrame( const QPixmap &avatar )
|
||||
|
Loading…
x
Reference in New Issue
Block a user