Improved permission checks.
This commit is contained in:
@@ -77,12 +77,12 @@ bool UserForm::bindOtherToData()
|
||||
}
|
||||
|
||||
|
||||
void UserForm::on_password_textChanged(const QString &arg1)
|
||||
void UserForm::on_password_textChanged(const QString &)
|
||||
{
|
||||
m_passChanged = true;
|
||||
}
|
||||
|
||||
void UserForm::on_retypePassword_textChanged(const QString &arg1)
|
||||
void UserForm::on_retypePassword_textChanged(const QString &)
|
||||
{
|
||||
m_passChanged = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user