mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-12-27 08:19:47 -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()) {
|
if (m_ui->keyFileGroup->isChecked()) {
|
||||||
FileKey fileKey;
|
FileKey fileKey;
|
||||||
QString errorMsg;
|
QString errorMsg;
|
||||||
if (!fileKey.load(m_ui->keyFileCombo->currentText()), &errorMsg) {
|
if (!fileKey.load(m_ui->keyFileCombo->currentText(), &errorMsg)) {
|
||||||
// TODO error handling
|
// TODO error handling
|
||||||
}
|
}
|
||||||
m_key.addKey(fileKey);
|
m_key.addKey(fileKey);
|
||||||
|
Loading…
Reference in New Issue
Block a user