mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-09-02 10:24:01 +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:
committed by
Michael Zanetti
parent
cbfc4d2405
commit
582a52b2d5
@@ -31,7 +31,6 @@ DynamicQmlWidget::DynamicQmlWidget( const dynplaylist_ptr& playlist, QWidget* pa
|
||||
m_model->startOnDemand();
|
||||
|
||||
setSource( QUrl( "qrc" RESPATH "qml/StationScene.qml" ) );
|
||||
// TODO: fill m_model with the station stuff
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user