mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-01 03:46:42 -05:00
QDesktopServices::storageLocation() calls to QStandardPaths.
This commit is contained in:
parent
c714fc89f1
commit
5ad9edc3fd
3 changed files with 7 additions and 6 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue