1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-12 00:54:20 +02:00

* Compiler warnings in BasicHeader.

This commit is contained in:
Christian Muehlhaeuser
2014-09-01 02:33:29 +02:00
parent 03229377e0
commit f3a7442e19

View File

@@ -89,14 +89,16 @@ BasicHeader::setCaption( const QString& s )
void
BasicHeader::setDescription( const QString& s )
BasicHeader::setDescription( const QString& /* s */ )
{
//FIXME
// m_descriptionLabel->setText( s );
}
void
BasicHeader::setPixmap( const QPixmap& p )
BasicHeader::setPixmap( const QPixmap& /* p */ )
{
//FIXME
// m_imageLabel->setPixmap( p.scaledToHeight( m_imageLabel->height(), Qt::SmoothTransformation ) );
}