mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 13:37:43 +03:00
New TODO comment style.
Qt Creator 2.5 is able to parse those.
This commit is contained in:
parent
8faac078fd
commit
587a647c11
16 changed files with 38 additions and 38 deletions
|
@ -53,7 +53,7 @@ void ChangeMasterKeyWidget::clearForms()
|
|||
m_ui->repeatPasswordEdit->setText("");
|
||||
m_ui->keyFileGroup->setChecked(false);
|
||||
m_ui->togglePasswordButton->setChecked(true);
|
||||
// TODO clear m_ui->keyFileCombo
|
||||
// TODO: clear m_ui->keyFileCombo
|
||||
|
||||
m_ui->enterPasswordEdit->setFocus();
|
||||
}
|
||||
|
@ -94,7 +94,7 @@ void ChangeMasterKeyWidget::generateKey()
|
|||
FileKey fileKey;
|
||||
QString errorMsg;
|
||||
if (!fileKey.load(m_ui->keyFileCombo->currentText(), &errorMsg)) {
|
||||
// TODO error handling
|
||||
// TODO: error handling
|
||||
}
|
||||
m_key.addKey(fileKey);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue