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:
parent
f3a7442e19
commit
b5d5b3ba75
@ -90,7 +90,7 @@ ClickableLabel::mouseMoveEvent( QMouseEvent* event )
|
||||
|
||||
|
||||
void
|
||||
ClickableLabel::paintEvent( QPaintEvent* event )
|
||||
ClickableLabel::paintEvent( QPaintEvent* /* event */ )
|
||||
{
|
||||
QPainter painter( this );
|
||||
painter.setRenderHint( QPainter::TextAntialiasing );
|
||||
|
Loading…
x
Reference in New Issue
Block a user