mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-29 02:08:08 +02:00
[Viewer] SfmStats: Add missing imports to load widgets correctly
This commit is contained in:
parent
5f41542ed5
commit
1fbcdbb734
2 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,8 @@ import QtQuick.Layouts
|
|||
|
||||
import AliceVision 1.0 as AliceVision
|
||||
import Charts 1.0
|
||||
import Controls 1.0
|
||||
import Utils 1.0
|
||||
|
||||
FloatingPane {
|
||||
id: root
|
||||
|
|
|
@ -5,6 +5,8 @@ import QtQuick.Layouts
|
|||
|
||||
import AliceVision 1.0 as AliceVision
|
||||
import Charts 1.0
|
||||
import Controls 1.0
|
||||
import Utils 1.0
|
||||
|
||||
|
||||
FloatingPane {
|
||||
|
|
Loading…
Add table
Reference in a new issue