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:
@@ -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 ) );
|
||||
}
|
||||
|
Reference in New Issue
Block a user