[GraphEditor] Add missing import of Utils to access Format methods

This commit is contained in:
Candice Bentéjac 2024-12-17 11:03:33 +00:00
parent 0aa163d603
commit 9aa9e7fe6e

View file

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