mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-12 06:35:04 +08:00
issue #3404 - Log path needs to be in quotes on windows
fixed compile error
This commit is contained in:
@@ -93,7 +93,7 @@ void AppConfig::persistLogDir()
|
||||
}
|
||||
}
|
||||
|
||||
const QString logFilenameCmd() const
|
||||
const QString AppConfig::logFilenameCmd() const
|
||||
{
|
||||
QString filename = m_LogFilename;
|
||||
#if defined(Q_OS_WIN)
|
||||
|
||||
Reference in New Issue
Block a user