1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 03:10:12 +02:00

* Compiler warnings in ClickableLabel.

This commit is contained in:
Christian Muehlhaeuser
2014-09-01 02:34:05 +02:00
parent f3a7442e19
commit b5d5b3ba75

View File

@@ -90,7 +90,7 @@ ClickableLabel::mouseMoveEvent( QMouseEvent* event )
void void
ClickableLabel::paintEvent( QPaintEvent* event ) ClickableLabel::paintEvent( QPaintEvent* /* event */ )
{ {
QPainter painter( this ); QPainter painter( this );
painter.setRenderHint( QPainter::TextAntialiasing ); painter.setRenderHint( QPainter::TextAntialiasing );