mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
* Huh, our up- & download images have been reversed.
This commit is contained in:
@@ -85,9 +85,9 @@ TransferStatusItem::icon() const
|
||||
return QPixmap();
|
||||
|
||||
if ( m_stream.data()->type() == StreamConnection::SENDING )
|
||||
return m_parent->rxPixmap();
|
||||
else
|
||||
return m_parent->txPixmap();
|
||||
else
|
||||
return m_parent->rxPixmap();
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user