mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-30 19:37:15 -05:00
Implement global config class.
This commit is contained in:
parent
21acb02e3e
commit
35066bca8b
4 changed files with 123 additions and 0 deletions
|
|
@ -31,6 +31,7 @@
|
|||
int main(int argc, char **argv)
|
||||
{
|
||||
QApplication app(argc, argv);
|
||||
// don't set applicationName or organizationName as that changes QDesktopServices::storageLocation
|
||||
|
||||
Crypto::init();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue