Index: sources/view/td/data/treatment/VTreatmentTrends.h =================================================================== diff -u -rbae1ae230d8b41f90b1fcd34b9bccdfa87bf3cd9 -r83f808d0f503ea847c27c1fbc65c2b95d2e5d6b0 --- sources/view/td/data/treatment/VTreatmentTrends.h (.../VTreatmentTrends.h) (revision bae1ae230d8b41f90b1fcd34b9bccdfa87bf3cd9) +++ sources/view/td/data/treatment/VTreatmentTrends.h (.../VTreatmentTrends.h) (revision 83f808d0f503ea847c27c1fbc65c2b95d2e5d6b0) @@ -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;