1
0
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:
Jeff Mitchell 2011-08-26 17:03:49 -04:00
parent 1c250b334b
commit cd78b77784

View File

@ -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 )