Index: sources/gui/GuiGlobals.cpp =================================================================== diff -u -rdf74454a7a75eb63ac577739c1fd0f179e479f44 -r5215e145a0f26a20c99e3f10af6ac8a9c3b67383 --- sources/gui/GuiGlobals.cpp (.../GuiGlobals.cpp) (revision df74454a7a75eb63ac577739c1fd0f179e479f44) +++ sources/gui/GuiGlobals.cpp (.../GuiGlobals.cpp) (revision 5215e145a0f26a20c99e3f10af6ac8a9c3b67383) @@ -38,7 +38,11 @@ #include "VHDOperationModeData.h" #include "VTreatmentSalineData.h" #include "VTreatmentHeparinData.h" +#include "VTreatmentRinsebackData.h" +#include "VTreatmentRecirculateData.h" +#include "VTreatmentBloodPrimeData.h" #include "VHDTreatmentStatesData.h" +#include "VHDAccelerometerData.h" #include "VDGDrainPumpData.h" #include "VDGHeatersData.h" @@ -49,12 +53,13 @@ #include "VDGReservoirData.h" #include "VDGTemperaturesData.h" #include "VDGValvesStatesData.h" +#include "VDGAccelerometerData.h" + #include "VTreatmentCreate.h" #include "VBluetooth.h" #include "VBluetoothDeviceInfo.h" #include "VPriming.h" #include "VTreatmentBegin.h" -#include "VTreatmentEnd.h" #include "VTreatmentAdjustmentDuration.h" #include "VTreatmentAdjustmentFlows.h" #include "VTreatmentAdjustmentUltrafiltrationInit.h" @@ -65,7 +70,11 @@ #include "VVitals.h" #include "VAlert.h" #include "VTreatmentAdjustmentHeparin.h" +#include "VTreatmentAdjustmentRinseback.h" +#include "VTreatmentAdjustmentRecirculate.h" +#include "VTreatmentAdjustmentEnd.h" #include "VTreatmentAdjustmentPressuresLimits.h" +#include "VTreatmentAdjustmentVersions.h" namespace Gui { MainView *_viewer = nullptr; @@ -98,7 +107,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;