Apply PBKDF2 to GUI lock

This commit is contained in:
Chocobo1
2018-11-21 21:40:31 +08:00
parent 05d6a29416
commit 2c8890bd06
4 changed files with 40 additions and 57 deletions

View File

@@ -109,7 +109,7 @@ private slots:
void fullDiskError(BitTorrent::TorrentHandle *const torrent, QString msg) const;
void handleDownloadFromUrlFailure(QString, QString) const;
void tabChanged(int newTab);
void defineUILockPassword();
bool defineUILockPassword();
void clearUILockPassword();
bool unlockUI();
void notifyOfUpdate(QString);