diff --git a/qt/scientific_interfaces/Indirect/IqtFit.cpp b/qt/scientific_interfaces/Indirect/IqtFit.cpp
index e1c88f0832e7cc70de84909a7e7f6885a1750f52..efe1fdd9f9b7731a8a73d29a5d83169542455e82 100644
--- a/qt/scientific_interfaces/Indirect/IqtFit.cpp
+++ b/qt/scientific_interfaces/Indirect/IqtFit.cpp
@@ -25,9 +25,10 @@ namespace CustomInterfaces {
 namespace IDA {
 
 IqtFit::IqtFit(QWidget *parent)
-    : IndirectDataAnalysisTab(parent), m_stringManager(nullptr), m_iqtFTree(nullptr),
-      m_iqtFRangeManager(nullptr), m_fixedProps(), m_iqtFInputWS(),
-      m_previewPlotData(), m_ties(), m_runMin(-1), m_runMax(-1) {
+    : IndirectDataAnalysisTab(parent), m_stringManager(nullptr),
+      m_iqtFTree(nullptr), m_iqtFRangeManager(nullptr), m_fixedProps(),
+      m_iqtFInputWS(), m_previewPlotData(), m_ties(), m_runMin(-1),
+      m_runMax(-1) {
   m_uiForm.setupUi(parent);
 }