Index: sources/gui/qml/pages/treatment/TreatmentSection.qml =================================================================== diff -u -r6c3a4b048006ebd90c85cfa943d2b9615dc808f3 -r19acf57838bc97979052d626f3e05d46310b6335 --- sources/gui/qml/pages/treatment/TreatmentSection.qml (.../TreatmentSection.qml) (revision 6c3a4b048006ebd90c85cfa943d2b9615dc808f3) +++ sources/gui/qml/pages/treatment/TreatmentSection.qml (.../TreatmentSection.qml) (revision 19acf57838bc97979052d626f3e05d46310b6335) @@ -29,14 +29,18 @@ signal editClicked() signal lockClicked() signal expandingClicked() + signal vitalsClicked() + signal pauseResumeClicked() color: Colors.treatmentSectionMain radius: 15 TreatmentSectionHeader { id: _header - onEditClicked : _root.editClicked() - onLockClicked : _root.lockClicked() - onExpandingClicked : _root.expandingClicked() + onEditClicked : _root.editClicked() + onLockClicked : _root.lockClicked() + onExpandingClicked : _root.expandingClicked() + onVitalsClicked : _root.vitalsClicked() + onPauseResumeClicked: _root.pauseResumeClicked() } ContentArea { id : _contentArea