1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-06-02 14:05:06 +02:00

* Fix crash bug.

This commit is contained in:
Christian Muehlhaeuser 2010-11-28 12:30:12 +01:00
parent 527f0a43fb
commit 7364162de3

View File

@ -55,6 +55,9 @@ void
TransferView::onTransferUpdate()
{
FileTransferConnection* ftc = (FileTransferConnection*)sender();
if ( ftc->track().isNull() )
return;
QTreeWidgetItem* ti = 0;
if ( m_index.contains( ftc ) )