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 a4f65b3288
commit 43e83b46b7

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: