mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-23 06:31:20 -04:00
fixed clearing of PGP passphrase after creation of default identity
This commit is contained in:
parent
6f7e656d6c
commit
345f24eb5f
5 changed files with 13 additions and 5 deletions
|
@ -785,6 +785,13 @@ void NotifyQt::notifyListPreChange(int list, int /*type*/)
|
|||
* uses Flags, to detect changes
|
||||
*/
|
||||
|
||||
void NotifyQt::resetCachedPassphrases()
|
||||
{
|
||||
std::cerr << "Clearing PGP passphrase." << std::endl;
|
||||
|
||||
rsNotify->clearPgpPassphrase() ;
|
||||
}
|
||||
|
||||
void NotifyQt::enable()
|
||||
{
|
||||
QMutexLocker m(&_mutex) ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue