Index: sources/storage/TreatmentLog.cpp =================================================================== diff -u -raacca8cc53f5e4ff5abb6d7df3d5ad48c915645c -r0681b6cf3d718e1129388115de19f57dac5e32cf --- sources/storage/TreatmentLog.cpp (.../TreatmentLog.cpp) (revision aacca8cc53f5e4ff5abb6d7df3d5ad48c915645c) +++ sources/storage/TreatmentLog.cpp (.../TreatmentLog.cpp) (revision 0681b6cf3d718e1129388115de19f57dac5e32cf) @@ -139,7 +139,6 @@ * \brief TreatmentLog::alarmTitle * \details prepares the alarm title and returns. * \param vID - the alarm ID - * \param vShowID - flag indicting whether to include the alarm ID in the returned title or not * \return the alarm title */ QString TreatmentLog::alarmTitle(quint32 vID) { @@ -157,7 +156,6 @@ * \brief TreatmentLog::eventTitle * \details prepares the event title and returns. * \param vID - the event ID - * \param vShowID - flag indicting whether to include the alarm ID in the returned title or not * \return the event title */ QString TreatmentLog::eventTitle(quint32 vID) {