issue #3404 - Log path needs to be in quotes on windows
fixed compile error
This commit is contained in:
parent
559237f930
commit
547d99f7af
|
@ -93,7 +93,7 @@ void AppConfig::persistLogDir()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const QString logFilenameCmd() const
|
const QString AppConfig::logFilenameCmd() const
|
||||||
{
|
{
|
||||||
QString filename = m_LogFilename;
|
QString filename = m_LogFilename;
|
||||||
#if defined(Q_OS_WIN)
|
#if defined(Q_OS_WIN)
|
||||||
|
|
Loading…
Reference in New Issue