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