diff --git a/src/active/tomahawktouchwindow.cpp b/src/active/tomahawktouchwindow.cpp index cb7766b58..679dbd43f 100644 --- a/src/active/tomahawktouchwindow.cpp +++ b/src/active/tomahawktouchwindow.cpp @@ -81,5 +81,7 @@ TomahawkTouchWindow::loadQml() context->setContextProperty( "globalActionManager", GlobalActionManager::instance() ); + context->setContextProperty( "sourcesModel", s_sourcesModel ); + tLog()<< Q_FUNC_INFO << "finished"; }