Index: sources/storage/TreatmentLog.h =================================================================== diff -u -ra9a506f16293b28e582395f90a0cba2bcdc0b34c -r85c0a859a587d035997f3d163dcf4303afb86d05 --- sources/storage/TreatmentLog.h (.../TreatmentLog.h) (revision a9a506f16293b28e582395f90a0cba2bcdc0b34c) +++ sources/storage/TreatmentLog.h (.../TreatmentLog.h) (revision 85c0a859a587d035997f3d163dcf4303afb86d05) @@ -83,7 +83,6 @@ } _lastTxInfo; - QString _deviceID = "unknown"; QString _txCode = ""; // content of this value comes from CloudSync App. QString _pendingTx = ""; @@ -216,6 +215,14 @@ QList _treatmentLogAlarmData; QList _treatmentLogEventData; + QMap _treatmentLogAlarmTitles; + QMap _treatmentLogEventTitles; + + void readAlarmTitles ( ); + void readEventTitles ( ); + QString alarmTitle (quint32 vID); + QString eventTitle (quint32 vID); + void initConnections(); void logPath (Logger::LogType vLogType, QString vLogPath);