Index: sources/gui/qml/main.qml =================================================================== diff -u -rc8fc31f15b8a6f26f40824963577ed2d0957c946 -r01899fca0a98fece7c105033a694f846da8e0d73 --- sources/gui/qml/main.qml (.../main.qml) (revision c8fc31f15b8a6f26f40824963577ed2d0957c946) +++ sources/gui/qml/main.qml (.../main.qml) (revision 01899fca0a98fece7c105033a694f846da8e0d73) @@ -48,6 +48,7 @@ import VDGReservoir 0.1; import VDGTemperatures 0.1; import VDGValvesStates 0.1; +import VDGAccelerometer 0.1; // Qml imports import "qrc:/globals" @@ -121,6 +122,7 @@ VDGReservoir { id: vDGReservoir } VDGTemperatures { id: vDGTemperatures } VDGValvesStates { id: vDGValvesStates } + VDGAccelerometer { id: vDGAccelerometer } VTreatmentAdjustmentDuration { id: vTreatmentAdjustmentDuration } VTreatmentAdjustmentFlows { id: vTreatmentAdjustmentFlows }