1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-09-02 18:33:16 +02:00

* Call startOnDemand() when initializing DynamicQmlWidget. Not sure if we need to wait for a revision to be loaded first, though.

This commit is contained in:
Christian Muehlhaeuser
2012-07-03 23:43:32 +02:00
committed by Michael Zanetti
parent cbfc4d2405
commit 582a52b2d5

View File

@@ -31,7 +31,6 @@ DynamicQmlWidget::DynamicQmlWidget( const dynplaylist_ptr& playlist, QWidget* pa
m_model->startOnDemand(); m_model->startOnDemand();
setSource( QUrl( "qrc" RESPATH "qml/StationScene.qml" ) ); setSource( QUrl( "qrc" RESPATH "qml/StationScene.qml" ) );
// TODO: fill m_model with the station stuff
} }