Index: sources/storage/TreatmentLog.h =================================================================== diff -u -rc9f8f8cf3c6c37fc6460d8675c62c9442c4d4263 -r6210028a421d6259963bf172efbe4f23abfecf2f --- sources/storage/TreatmentLog.h (.../TreatmentLog.h) (revision c9f8f8cf3c6c37fc6460d8675c62c9442c4d4263) +++ sources/storage/TreatmentLog.h (.../TreatmentLog.h) (revision 6210028a421d6259963bf172efbe4f23abfecf2f) @@ -41,6 +41,7 @@ Q_OBJECT QString _treatmentLogPath; + QString _treatmentLogPath_Pending; QFutureWatcher _saveWatcher; QFutureWatcher _exportWatcher; @@ -213,6 +214,7 @@ void saveLogConcurrent (); bool exportLog (); void exportLogConcurrent(); + bool addTxCode(); NOTIFIER(isIdle) SINGLETON(TreatmentLog)