mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
* Fixed TranserView crash.
This commit is contained in:
@@ -55,7 +55,7 @@ void
|
|||||||
TransferView::onTransferUpdate()
|
TransferView::onTransferUpdate()
|
||||||
{
|
{
|
||||||
FileTransferConnection* ftc = (FileTransferConnection*)sender();
|
FileTransferConnection* ftc = (FileTransferConnection*)sender();
|
||||||
if ( ftc->track().isNull() )
|
if ( ftc->track().isNull() || ftc->source().isNull() )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
QTreeWidgetItem* ti = 0;
|
QTreeWidgetItem* ti = 0;
|
||||||
|
Reference in New Issue
Block a user