mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-05-10 02:25:38 -04: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
|
@ -69,7 +69,7 @@ Database* KeePass2Reader::readDatabase(QIODevice* device, const CompositeKey& ke
|
|||
while (readHeaderField() && !hasError()) {
|
||||
}
|
||||
|
||||
// TODO check if all header fields have been parsed
|
||||
// TODO: check if all header fields have been parsed
|
||||
|
||||
m_db->setKey(key, m_transformSeed, false);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue