[ui] Stats: use mTracks

This commit is contained in:
Theo 2020-05-14 14:06:32 +02:00
parent 5938b4f004
commit bb267ee801
3 changed files with 9 additions and 11 deletions

View file

@ -388,6 +388,8 @@ FocusScope {
// so it can fail safely if the c++ plugin is not available
setSource("SfmGlobalStats.qml", {
'msfmData': Qt.binding(function() { return msfmDataLoader.item; }),
'mTracks': Qt.binding(function() { return mtracksLoader.item; }),
})
}
}