issue #3404 - Log path needs to be in quotes on windows

fixed compile error
This commit is contained in:
jerry 2014-06-18 13:14:12 +00:00
parent 559237f930
commit 547d99f7af
1 changed files with 1 additions and 1 deletions

View File

@ -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)