mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 16:58:24 +02:00
[ui] Stats: use mTracks
This commit is contained in:
parent
5938b4f004
commit
bb267ee801
3 changed files with 9 additions and 11 deletions
|
@ -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; }),
|
||||
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue