Added remember option to password dialog.
Made to remember password of password manager for given time but not completely sure how to implement that yet.
This commit is contained in:
parent
f432c2aa68
commit
287073afdc
4 changed files with 42 additions and 11 deletions
|
|
@ -52,6 +52,7 @@ public:
|
|||
*/
|
||||
bool initialized(QSqlDatabase &db);
|
||||
bool createDatabase(QSqlDatabase &db, QString passphrase);
|
||||
/// Opens the PSK database
|
||||
bool openDatabase(QSqlDatabase &db, QString passphrase);
|
||||
void closeDatabase();
|
||||
bool locked() const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue