mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-14 01:54:07 +02:00
* Make sure m_dropType is always initialized for sidebar items.
This commit is contained in:
@@ -36,6 +36,7 @@ SourceTreeItem::SourceTreeItem( SourcesModel* model, SourceTreeItem* parent, Sou
|
|||||||
, m_parent( parent )
|
, m_parent( parent )
|
||||||
, m_model( model )
|
, m_model( model )
|
||||||
, m_peerSortValue( peerSortValue )
|
, m_peerSortValue( peerSortValue )
|
||||||
|
, m_dropType( DropTypesNone )
|
||||||
{
|
{
|
||||||
connect( AudioEngine::instance(), SIGNAL( started( Tomahawk::result_ptr ) ), SLOT( checkPlayingStatus() ) );
|
connect( AudioEngine::instance(), SIGNAL( started( Tomahawk::result_ptr ) ), SLOT( checkPlayingStatus() ) );
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user