BIM: Fixed missing import in TDView - #14224

This commit is contained in:
Yorik van Havre
2024-05-23 10:08:10 +02:00
committed by Chris Hennes
parent 458e2727d2
commit 01ca12ef6e

View File

@@ -30,6 +30,7 @@ import FreeCADGui
import os
QT_TRANSLATE_NOOP = FreeCAD.Qt.QT_TRANSLATE_NOOP
translate = FreeCAD.Qt.translate
class BIM_TDPage: