Index: sources/gui/qml/main.qml =================================================================== diff -u -re58be51c4aa52938af250db3ee579e98de08542c -rbe1b2d8f110b741f3d630df438da07d411110543 --- sources/gui/qml/main.qml (.../main.qml) (revision e58be51c4aa52938af250db3ee579e98de08542c) +++ sources/gui/qml/main.qml (.../main.qml) (revision be1b2d8f110b741f3d630df438da07d411110543) @@ -36,6 +36,7 @@ import VTreatmentAdjustmentFlows 0.1; import VTreatmentCreate 0.1; +import VBluetooth 0.1; import VDGDrainPump 0.1; import VDGHeaters 0.1; import VDGLoadCellReadings 0.1; @@ -103,6 +104,7 @@ VTreatmentAdjustmentDuration { id: vTreatmentAdjustmentDuration } VTreatmentAdjustmentFlows { id: vTreatmentAdjustmentFlows } VTreatmentCreate { id: vTreatmentCreate } + VBluetooth { id: vBluetooth } VPriming { id: vPriming } VTreatmentBegin { id: vTreatmentBegin } VTreatmentEnd { id: vTreatmentEnd }