Skip to content
Snippets Groups Projects
Commit 6e7fdd18 authored by Conor Finn's avatar Conor Finn
Browse files

RE #27942 Add usage reporting to Eng Diff 2 GUI

parent a5335b45
No related branches found
No related tags found
No related merge requests found
......@@ -57,6 +57,16 @@ class EngineeringDiffractionGui(QtWidgets.QMainWindow, Ui_main_window):
# Setup notifiers
self.setup_calibration_notifier()
# Usage Reporting
try:
import mantid
# register startup
mantid.UsageService.registerFeatureUsage(mantid.kernel.FeatureType.Interface,
"Engineering Diffraction", False)
except ImportError:
pass
def setup_settings(self):
model = SettingsModel()
view = SettingsView(self)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment