17 #ifndef QGSAUTHMASTERPASSWORDRESETDIALOG_H 
   18 #define QGSAUTHMASTERPASSWORDRESETDIALOG_H 
   22 #include "ui_qgsauthmasterpassresetdialog.h" 
   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;
 
   60 #endif // QGSAUTHMASTERPASSWORDRESETDIALOG_H