Index: sources/view/VRxProfiles.h =================================================================== diff -u -rb862e0cc8bfe322da4aa10ba5e56f9a386e6a00f -rb532926372ae9d55831088c7c2ff3d4c95fc552a --- sources/view/VRxProfiles.h (.../VRxProfiles.h) (revision b862e0cc8bfe322da4aa10ba5e56f9a386e6a00f) +++ sources/view/VRxProfiles.h (.../VRxProfiles.h) (revision b532926372ae9d55831088c7c2ff3d4c95fc552a) @@ -66,6 +66,7 @@ eDataRole_HeparinBolusVolume , eDataRole_HeparinDispenseRate , eDataRole_HeparinStop , + eDataRole_SalineVolume , eDataRole_VitalSigns , eDataRole_ProfileName , eDataRole_Favorite , @@ -89,6 +90,6 @@ public slots: void doInitRxProfilesList (); - + void doSave(const QStringList &vRxModel); }; }