Add slash
This commit is contained in:
parent
4eb708c3b0
commit
60ed9fd1ff
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
QString SettingsCache::getSettingsPath()
|
||||
{
|
||||
QString file = qApp->applicationDirPath() + "settings/";
|
||||
QString file = qApp->applicationDirPath() + "/settings/";
|
||||
|
||||
#ifndef PORTABLE_BUILD
|
||||
#if QT_VERSION >= 0x050000
|
||||
|
|
Loading…
Reference in a new issue