mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-20 12:52:30 +02:00
Expose sourcesModel to QML
This commit is contained in:
@@ -81,5 +81,7 @@ TomahawkTouchWindow::loadQml()
|
|||||||
|
|
||||||
context->setContextProperty( "globalActionManager", GlobalActionManager::instance() );
|
context->setContextProperty( "globalActionManager", GlobalActionManager::instance() );
|
||||||
|
|
||||||
|
context->setContextProperty( "sourcesModel", s_sourcesModel );
|
||||||
|
|
||||||
tLog()<< Q_FUNC_INFO << "finished";
|
tLog()<< Q_FUNC_INFO << "finished";
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user