mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 13:37:43 +03:00
Merge branch 'release/2.1.2' into develop
This commit is contained in:
commit
e0e6f2b8e9
70 changed files with 7701 additions and 723 deletions
|
@ -139,3 +139,8 @@ void ChangeMasterKeyWidget::reject()
|
|||
{
|
||||
Q_EMIT editFinished(false);
|
||||
}
|
||||
|
||||
void ChangeMasterKeyWidget::setCancelEnabled(bool enabled)
|
||||
{
|
||||
m_ui->buttonBox->button(QDialogButtonBox::Cancel)->setEnabled(enabled);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue