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