Fixed compile error on Mac

This commit is contained in:
Paultergeist 2015-08-30 00:53:08 -05:00 committed by Felix Geyer
parent d84af2def0
commit abacec5787

View File

@ -70,7 +70,7 @@ Config::Config(QObject* parent)
userPath += "/keepassx/";
#else
userPath = QDir::fromNativeSeparators(QStandardPaths::writableLocation(QDesktopServices::AppDataLocation));
userPath = QDir::fromNativeSeparators(QStandardPaths::writableLocation(QStandardPaths::AppDataLocation));
// storageLocation() appends the application name ("/keepassx") to the end
userPath += "/";
#endif