Index: sources/gui/GuiGlobals.cpp =================================================================== diff -u -r604a782b50c9fc749c3bd71485e285c1070f1e01 -r14c541d2b780b0a244bc84860aa565cf8dd7fe4b --- sources/gui/GuiGlobals.cpp (.../GuiGlobals.cpp) (revision 604a782b50c9fc749c3bd71485e285c1070f1e01) +++ sources/gui/GuiGlobals.cpp (.../GuiGlobals.cpp) (revision 14c541d2b780b0a244bc84860aa565cf8dd7fe4b) @@ -49,8 +49,10 @@ #include "VDGReservoirData.h" #include "VDGTemperaturesData.h" #include "VDGValvesStatesData.h" - -#include "VCreateTreatment.h" +#include "VTreatmentCreate.h" +#include "VPriming.h" +#include "VTreatmentBegin.h" +#include "VTreatmentEnd.h" #include "VTreatmentAdjustmentDuration.h" #include "VTreatmentAdjustmentFlows.h" #include "VTreatmentAdjustmentUltrafiltrationEdit.h" @@ -89,7 +91,7 @@ void registerQmlTypes() { //using namespace View; - qmlRegisterType ("Gui.View" , 0, 1, "GuiView"); + qmlRegisterType ("Gui.View" , 0, 1, "GuiView"); qmlRegisterUncreatableType ("Gui.Actions" , 0, 1, "GuiActions" , QStringLiteral("Used only for enumerations no need to have an object")); qmlRegisterSingletonType ("Gui.VEventSpy", 0, 1, "GuiEventSpy", [](QQmlEngine *, QJSEngine *) -> QObject * { return &_VEventSpy;