Index: sources/storage/TreatmentLog.h =================================================================== diff -u -r6210028a421d6259963bf172efbe4f23abfecf2f -r928a1ed5d70358fc00c49df45725f989d16c370e --- sources/storage/TreatmentLog.h (.../TreatmentLog.h) (revision 6210028a421d6259963bf172efbe4f23abfecf2f) +++ sources/storage/TreatmentLog.h (.../TreatmentLog.h) (revision 928a1ed5d70358fc00c49df45725f989d16c370e) @@ -230,6 +230,9 @@ void append(const TreatmentLogAlarmData &vData); void append(const TreatmentLogEventData &vData); + QString logPath () { return _treatmentLogPath ;} + QString logPathPending () { return _treatmentLogPath_Pending ;} + private slots: void onLogPathSet(Logger::LogType vLogType, const QString &vLogPath); void onSave ();