Add hasKey property to database and also make it accessible via the DatabaseWidget.

This commit is contained in:
Florian Geyer 2012-04-16 21:03:35 +02:00 committed by Felix Geyer
parent af8e21f125
commit eb4f82a7ed
4 changed files with 17 additions and 1 deletions

View file

@ -37,6 +37,7 @@ public:
explicit DatabaseWidget(Database* db, QWidget* parent = 0);
GroupView* groupView();
EntryView* entryView();
bool dbHasKey();
Q_SIGNALS:
void closeRequest();