Index: sources/storage/TreatmentLog.h =================================================================== diff -u -rb3eb8bc9696c4db9867ad1cf13b47c455a94e0fe -r6816b783f50e08267aa016d64350bc020080d901 --- sources/storage/TreatmentLog.h (.../TreatmentLog.h) (revision b3eb8bc9696c4db9867ad1cf13b47c455a94e0fe) +++ sources/storage/TreatmentLog.h (.../TreatmentLog.h) (revision 6816b783f50e08267aa016d64350bc020080d901) @@ -169,6 +169,7 @@ void initConnections(); + void logPath (Logger::LogType vLogType = Logger::eLogTrtmt, QString vLogPath = ""); bool saveLog (); void saveLogConcurrent (); bool exportLog (); @@ -189,6 +190,7 @@ void append(const TreatmentLogEventData &vData); private slots: + void onLogPathSet(Logger::LogType vLogType, const QString &vLogPath); void onSave (); void onExport ();