mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-06 05:57:37 +03:00
Add hasKey property to database and also make it accessible via the DatabaseWidget.
This commit is contained in:
parent
af8e21f125
commit
eb4f82a7ed
4 changed files with 17 additions and 1 deletions
|
@ -37,6 +37,7 @@ public:
|
|||
explicit DatabaseWidget(Database* db, QWidget* parent = 0);
|
||||
GroupView* groupView();
|
||||
EntryView* entryView();
|
||||
bool dbHasKey();
|
||||
|
||||
Q_SIGNALS:
|
||||
void closeRequest();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue