1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-21 00:09:47 +01:00

* PlayableModel is set to be loading as default.

This commit is contained in:
Christian Muehlhaeuser 2012-06-01 00:34:48 +02:00
parent 3467a9e47d
commit d5d969e058

View File

@ -42,7 +42,7 @@ PlayableModel::PlayableModel( QObject* parent )
, m_rootItem( new PlayableItem( 0, this ) )
, m_readOnly( true )
, m_style( Detailed )
, m_loading( false )
, m_loading( true )
{
connect( AudioEngine::instance(), SIGNAL( started( Tomahawk::result_ptr ) ), SLOT( onPlaybackStarted( Tomahawk::result_ptr ) ), Qt::DirectConnection );
connect( AudioEngine::instance(), SIGNAL( stopped() ), SLOT( onPlaybackStopped() ), Qt::DirectConnection );