[Viewer] SfmStats: Add missing imports to load widgets correctly

This commit is contained in:
Candice Bentéjac 2024-11-25 15:02:37 +01:00
parent 5f41542ed5
commit 1fbcdbb734
2 changed files with 4 additions and 0 deletions

View file

@ -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

View file

@ -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 {