1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-19 04:11:46 +02:00

Expose sourcesModel to QML

This commit is contained in:
Dominik Schmidt
2011-09-07 06:13:51 +02:00
parent f5b0c35274
commit 2472171e8e

View File

@@ -81,5 +81,7 @@ TomahawkTouchWindow::loadQml()
context->setContextProperty( "globalActionManager", GlobalActionManager::instance() );
context->setContextProperty( "sourcesModel", s_sourcesModel );
tLog()<< Q_FUNC_INFO << "finished";
}