Index: sources/storage/Logger.h =================================================================== diff -u -r61f87c52ccba9ce140fd8039915e025b6c790575 -rb27d866493d3289f3b40b97e9d8dca5dfb8a95d2 --- sources/storage/Logger.h (.../Logger.h) (revision 61f87c52ccba9ce140fd8039915e025b6c790575) +++ sources/storage/Logger.h (.../Logger.h) (revision b27d866493d3289f3b40b97e9d8dca5dfb8a95d2) @@ -90,9 +90,10 @@ }; Q_ENUM(LogType) - static QList getLogTypeList ( ) { return {LogType::eLogAppED, LogType::eLogDebug, LogType::eLogTrtmt};} - const char* getPathOfLogType (LogType vType) { return _logBasePathNames.value(vType); } - LogType getLogType(const QString &vPath); + static QList getLogTypeList () { return {LogType::eLogAppED, LogType::eLogDebug, LogType::eLogTrtmt};} + QString getStoredLogPath (LogType vType) { return _logPathNames.value(vType); } + QString getLogBasePath (LogType vType) { return _logBasePathNames.value(vType); } + LogType getLogType (const QString &vPath); private: