mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-12-27 00:09:53 -05:00
Fix syntax error.
This commit is contained in:
parent
4334824e85
commit
0ca32ea110
@ -81,7 +81,7 @@ void ChangeMasterKeyWidget::generateKey()
|
||||
if (m_ui->keyFileGroup->isChecked()) {
|
||||
FileKey fileKey;
|
||||
QString errorMsg;
|
||||
if (!fileKey.load(m_ui->keyFileCombo->currentText()), &errorMsg) {
|
||||
if (!fileKey.load(m_ui->keyFileCombo->currentText(), &errorMsg)) {
|
||||
// TODO error handling
|
||||
}
|
||||
m_key.addKey(fileKey);
|
||||
|
Loading…
Reference in New Issue
Block a user