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