mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-01 11:17:53 +02:00
6 lines
96 B
QML
6 lines
96 B
QML
import QtQuick 2.15
|
|
import AliceVision 1.0 as AliceVision
|
|
|
|
AliceVision.MTracks {
|
|
id: root
|
|
}
|