mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 03:10:12 +02:00
* Fix crash bug.
This commit is contained in:
@@ -55,6 +55,9 @@ void
|
|||||||
TransferView::onTransferUpdate()
|
TransferView::onTransferUpdate()
|
||||||
{
|
{
|
||||||
FileTransferConnection* ftc = (FileTransferConnection*)sender();
|
FileTransferConnection* ftc = (FileTransferConnection*)sender();
|
||||||
|
if ( ftc->track().isNull() )
|
||||||
|
return;
|
||||||
|
|
||||||
QTreeWidgetItem* ti = 0;
|
QTreeWidgetItem* ti = 0;
|
||||||
|
|
||||||
if ( m_index.contains( ftc ) )
|
if ( m_index.contains( ftc ) )
|
||||||
|
Reference in New Issue
Block a user