mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
(trunk qt) silence a compiler warning in yesterday's SqueezeLabel commit
This commit is contained in:
@@ -63,6 +63,8 @@ SqueezeLabel::SqueezeLabel(QWidget *parent) : QLabel(parent)
|
||||
|
||||
void SqueezeLabel::paintEvent(QPaintEvent* paintEvent)
|
||||
{
|
||||
Q_UNUSED(paintEvent);
|
||||
|
||||
QPainter painter(this);
|
||||
QFontMetrics fm = fontMetrics();
|
||||
QStyleOption opt;
|
||||
|
||||
Reference in New Issue
Block a user