45    bool requestMasterPasswordReset( QString *newpass, QString *oldpass, 
bool *keepbackup );
 
   48    void leMasterPassCurrent_textChanged( 
const QString &pass );
 
   49    void leMasterPassNew_textChanged( 
const QString &pass );
 
   52    void validatePasswords();
 
   54    bool mPassCurOk = 
false;
 
   55    bool mPassNewOk = 
false;
 
   56    QVBoxLayout *mAuthNotifyLayout = 
nullptr;
 
   57    QLabel *mAuthNotify = 
nullptr;