Index: sources/gui/qml/main.qml =================================================================== diff -u -ra1fdb6d955a07f87e0352c41cee61106eb97e59f -rebc82b5efe26c1081606fab06a1c99bb4f9c0098 --- sources/gui/qml/main.qml (.../main.qml) (revision a1fdb6d955a07f87e0352c41cee61106eb97e59f) +++ sources/gui/qml/main.qml (.../main.qml) (revision ebc82b5efe26c1081606fab06a1c99bb4f9c0098) @@ -23,6 +23,7 @@ // View classes import VHDAccelerometer 0.1 +import VHDSyringePump 0.1 // POST import VHDPOSTData 0.1 @@ -150,6 +151,7 @@ VTreatmentRinseback { id: vTreatmentRinseback } VTreatmentRecirculate { id: vTreatmentRecirculate } VHDAccelerometer { id: vHDAccelerometer } + VHDSyringePump { id: vHDSyringePump } // ---- DG VDGDrainPump { id: vDGDrainPump } VDGHeaters { id: vDGHeaters }