mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-12 17:14:00 +02:00
* Compiler warnings in BasicHeader.
This commit is contained in:
@@ -89,14 +89,16 @@ BasicHeader::setCaption( const QString& s )
|
|||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
BasicHeader::setDescription( const QString& s )
|
BasicHeader::setDescription( const QString& /* s */ )
|
||||||
{
|
{
|
||||||
|
//FIXME
|
||||||
// m_descriptionLabel->setText( s );
|
// m_descriptionLabel->setText( s );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
BasicHeader::setPixmap( const QPixmap& p )
|
BasicHeader::setPixmap( const QPixmap& /* p */ )
|
||||||
{
|
{
|
||||||
|
//FIXME
|
||||||
// m_imageLabel->setPixmap( p.scaledToHeight( m_imageLabel->height(), Qt::SmoothTransformation ) );
|
// m_imageLabel->setPixmap( p.scaledToHeight( m_imageLabel->height(), Qt::SmoothTransformation ) );
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user