This commit fixes the following error reported when opening the module
in Slicer 4.10.0:
Loading Slicer RC file [/home/jcfr/.slicerrc.py]
Traceback (most recent call last):
File "/home/jcfr/.config/NA-MIC/Extensions-27501/LongitudinalPETCT/lib/Slicer-4.10/qt-loadable-modules/Python/qSlicerLongitudinalPETCTModuleWidget.py", line 432, in setup
self.__createEditorWidget()
File "/home/jcfr/.config/NA-MIC/Extensions-27501/LongitudinalPETCT/lib/Slicer-4.10/qt-loadable-modules/Python/qSlicerLongitudinalPETCTModuleWidget.py", line 99, in __createEditorWidget
self.editorWidget = EditorWidget(editorWidgetParent, False)
NameError: global name 'EditorWidget' is not defined
Fixes #14
This commit fixes the following error reported when opening the module in Slicer 4.10.0: