mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +02:00
Draw the battle lines
This commit is contained in:
@@ -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 )
|
||||
|
Reference in New Issue
Block a user