Silence warnings in starwidget.cpp
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
a670181ed2
commit
b973d988dc
@ -62,6 +62,7 @@ void StarWidget::mouseReleaseEvent(QMouseEvent *event)
|
||||
|
||||
void StarWidget::paintEvent(QPaintEvent *event)
|
||||
{
|
||||
Q_UNUSED(event)
|
||||
QPainter p(this);
|
||||
QImage star = hasFocus() ? focusedImage(starActive()) : starActive();
|
||||
QPixmap selected = QPixmap::fromImage(star);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user