Index: sources/view/td/data/treatment/VTreatmentTrends.h =================================================================== diff -u -r1aec139f8de0f0ccc5c6a3c4c3d2c479e054b0f9 -r3403e731cb2ce726521e9c76e42bbf12809b6b71 --- sources/view/td/data/treatment/VTreatmentTrends.h (.../VTreatmentTrends.h) (revision 1aec139f8de0f0ccc5c6a3c4c3d2c479e054b0f9) +++ sources/view/td/data/treatment/VTreatmentTrends.h (.../VTreatmentTrends.h) (revision 3403e731cb2ce726521e9c76e42bbf12809b6b71) @@ -94,9 +94,10 @@ MListModel* history(); public Q_SLOTS: - void onRequestVitals(); - void onReceiveVitals(); - void onTimeoutVitals(); + void onIntervalRequestVitals(); + void onIntervalTimeoutVitals(); + void onManualVitals(const quint16 vSystolic, const quint16 vDiastolic, const quint16 vHeartRate); + void onNoVitalsRecord(); private: typedef QHash TrendEntry;