mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-24 03:57:28 +02:00
7 lines
92 B
QML
7 lines
92 B
QML
import QtQuick
|
|
|
|
import AliceVision 1.0 as AliceVision
|
|
|
|
AliceVision.MTracks {
|
|
id: root
|
|
}
|