mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-20 12:08:24 -04:00
parent
8117809901
commit
e166722026
15 changed files with 297 additions and 54 deletions
|
@ -21,6 +21,7 @@
|
|||
#include <QtCore/QScopedPointer>
|
||||
|
||||
#include "gui/DialogyWidget.h"
|
||||
#include "keys/CompositeKey.h"
|
||||
|
||||
class Database;
|
||||
class QFile;
|
||||
|
@ -43,6 +44,9 @@ public:
|
|||
Q_SIGNALS:
|
||||
void editFinished(bool accepted);
|
||||
|
||||
protected:
|
||||
CompositeKey databaseKey();
|
||||
|
||||
protected Q_SLOTS:
|
||||
virtual void openDatabase();
|
||||
void reject();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue