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:
eelke 2018-11-15 19:24:29 +01:00
parent f432c2aa68
commit 287073afdc
4 changed files with 42 additions and 11 deletions

View file

@ -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;