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:
parent
527f0a43fb
commit
7364162de3
@ -55,6 +55,9 @@ void
|
||||
TransferView::onTransferUpdate()
|
||||
{
|
||||
FileTransferConnection* ftc = (FileTransferConnection*)sender();
|
||||
if ( ftc->track().isNull() )
|
||||
return;
|
||||
|
||||
QTreeWidgetItem* ti = 0;
|
||||
|
||||
if ( m_index.contains( ftc ) )
|
||||
|
Loading…
x
Reference in New Issue
Block a user