mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-30 19:37:15 -05:00
Rename KeePassApp to Application and move it to gui directory.
This commit is contained in:
parent
d445bf1ecd
commit
b5249d196d
4 changed files with 16 additions and 11 deletions
|
|
@ -20,14 +20,14 @@
|
|||
#include <QtGui/QTreeView>
|
||||
|
||||
#include "crypto/Crypto.h"
|
||||
#include "gui/Application.h"
|
||||
#include "gui/MainWindow.h"
|
||||
#include "core/KeePassApp.h"
|
||||
#include "keys/CompositeKey.h"
|
||||
#include "keys/PasswordKey.h"
|
||||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
KeePassApp app(argc, argv);
|
||||
Application app(argc, argv);
|
||||
// don't set applicationName or organizationName as that changes
|
||||
// QDesktopServices::storageLocation()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue