Index: sources/gui/GuiGlobals.cpp =================================================================== diff -u -r4fab8841b1040c8eaa406713ff9bdc8c65b7b6ac -rb61d8a3e01fef66eee8095c9cddf835d9bb32b66 --- sources/gui/GuiGlobals.cpp (.../GuiGlobals.cpp) (revision 4fab8841b1040c8eaa406713ff9bdc8c65b7b6ac) +++ sources/gui/GuiGlobals.cpp (.../GuiGlobals.cpp) (revision b61d8a3e01fef66eee8095c9cddf835d9bb32b66) @@ -49,8 +49,9 @@ #include "VDGReservoirData.h" #include "VDGTemperaturesData.h" #include "VDGValvesStatesData.h" - -#include "VCreateTreatment.h" +#include "VTreatmentCreate.h" +#include "VPriming.h" +#include "VTreatmentBegin.h" #include "VTreatmentAdjustmentDuration.h" #include "VTreatmentAdjustmentFlows.h" #include "VTreatmentAdjustmentUltrafiltrationEdit.h" @@ -88,7 +89,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;