From 60ed9fd1ffcae62fbeedf55faef2e705200d0dcd Mon Sep 17 00:00:00 2001 From: Zach Date: Thu, 3 Sep 2015 14:56:23 -0400 Subject: [PATCH] Add slash --- cockatrice/src/settingscache.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cockatrice/src/settingscache.cpp b/cockatrice/src/settingscache.cpp index 72e3abe2..732bd4ce 100644 --- a/cockatrice/src/settingscache.cpp +++ b/cockatrice/src/settingscache.cpp @@ -11,7 +11,7 @@ QString SettingsCache::getSettingsPath() { - QString file = qApp->applicationDirPath() + "settings/"; + QString file = qApp->applicationDirPath() + "/settings/"; #ifndef PORTABLE_BUILD #if QT_VERSION >= 0x050000