mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-28 17:57:16 +02:00
[GraphEditor] Add missing import of Utils
to access Format
methods
This commit is contained in:
parent
0aa163d603
commit
9aa9e7fe6e
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ import QtQuick.Controls
|
|||
import QtQuick.Layouts
|
||||
|
||||
import Controls 1.0
|
||||
import Utils 1.0
|
||||
|
||||
/**
|
||||
* NodeStatistics displays statistics data of Node's chunks (NodeChunks).
|
||||
|
|
Loading…
Add table
Reference in a new issue