Index: sources/gui/qml/main.qml =================================================================== diff -u -re591b135f821c1b1e13c2db8429dc63648c2452c -reece7acacf84e8cc34b830f6b5ab3f112823a905 --- sources/gui/qml/main.qml (.../main.qml) (revision e591b135f821c1b1e13c2db8429dc63648c2452c) +++ sources/gui/qml/main.qml (.../main.qml) (revision eece7acacf84e8cc34b830f6b5ab3f112823a905) @@ -37,6 +37,7 @@ import VTreatmentAdjustmentUltrafiltrationConfirm 0.1; import VLoadCellReadings 0.1; +import VTemperatureSensors 0.1; // Qml imports import "qrc:/globals" @@ -81,6 +82,7 @@ VTreatmentTime { id: vTreatmentTime } VLoadCellReadings { id: vLoadCellReadings } + VTemperatureSensors { id: vTemperatureSensors } VTreatmentAdjustmentDuration { id: vTreatmentAdjustmentDuration } VTreatmentAdjustmentFlows { id: vTreatmentAdjustmentFlows }