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

* Make sure m_dropType is always initialized for sidebar items.

This commit is contained in:
Christian Muehlhaeuser
2014-08-31 21:35:59 +02:00
parent 9ee93f0f4b
commit 25bb3dac8d

View File

@@ -36,6 +36,7 @@ SourceTreeItem::SourceTreeItem( SourcesModel* model, SourceTreeItem* parent, Sou
, m_parent( parent )
, m_model( model )
, m_peerSortValue( peerSortValue )
, m_dropType( DropTypesNone )
{
connect( AudioEngine::instance(), SIGNAL( started( Tomahawk::result_ptr ) ), SLOT( checkPlayingStatus() ) );