QDesktopServices::storageLocation() calls to QStandardPaths.

This commit is contained in:
Felix Geyer 2015-07-22 17:19:48 +02:00
parent c714fc89f1
commit 5ad9edc3fd
3 changed files with 7 additions and 6 deletions

View file

@ -37,7 +37,7 @@ int main(int argc, char** argv)
Application::setApplicationName("keepassx");
Application::setApplicationVersion(KEEPASSX_VERSION);
// don't set organizationName as that changes the return value of
// QDesktopServices::storageLocation(QDesktopServices::DataLocation)
// QStandardPaths::writableLocation(QDesktopServices::AppDataLocation)
QApplication::setQuitOnLastWindowClosed(false);