Clang: reduce warnings

This commit is contained in:
Adriaan de Groot 2017-09-13 18:35:56 +02:00
parent 03d9dbe099
commit bd37572fd8
12 changed files with 21 additions and 18 deletions

View file

@ -42,6 +42,7 @@ FixedAspectRatioLabel::setPixmap( const QPixmap& pixmap )
void
FixedAspectRatioLabel::resizeEvent( QResizeEvent* event )
{
Q_UNUSED( event );
QLabel::setPixmap( m_pixmap.scaled(
contentsRect().size(),
Qt::KeepAspectRatio,