1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-21 00:12:06 +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
ClickableLabel::paintEvent( QPaintEvent* event )
ClickableLabel::paintEvent( QPaintEvent* /* event */ )
{
QPainter painter( this );
painter.setRenderHint( QPainter::TextAntialiasing );