BIM: fix missing translate function

This commit is contained in:
Roy-043
2024-05-27 21:14:53 +02:00
committed by Yorik van Havre
parent 0b82e6e8ec
commit e47f29d012
6 changed files with 6 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ import FreeCAD
import FreeCADGui
QT_TRANSLATE_NOOP = FreeCAD.Qt.QT_TRANSLATE_NOOP
translate = FreeCAD.Qt.translate
class BIM_Diff: