mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-05-20 23:40:46 -04:00
Reformat code, fix minor style issues, make kdf() getter const
This commit is contained in:
parent
d1a19a1009
commit
0d6ca0945b
24 changed files with 324 additions and 473 deletions
|
@ -485,7 +485,7 @@ QString Database::saveToFile(QString filePath)
|
|||
}
|
||||
}
|
||||
|
||||
Kdf* Database::kdf() {
|
||||
Kdf* Database::kdf() const {
|
||||
return m_data.kdf;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue