mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-02 12:20:45 +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
|
#ifndef Q_OS_MAC
|
||||||
void
|
void
|
||||||
bringToFront()
|
bringToFront()
|
||||||
@@ -513,6 +520,7 @@ bringToFront()
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
QPixmap
|
QPixmap
|
||||||
createAvatarFrame( const QPixmap &avatar )
|
createAvatarFrame( const QPixmap &avatar )
|
||||||
|
Reference in New Issue
Block a user