Reformat code, fix minor style issues, make kdf() getter const

This commit is contained in:
Janek Bevendorff 2017-12-16 17:36:33 +01:00 committed by Jonathan White
parent d1a19a1009
commit 0d6ca0945b
No known key found for this signature in database
GPG key ID: 440FC65F2E0C6E01
24 changed files with 324 additions and 473 deletions

View file

@ -485,7 +485,7 @@ QString Database::saveToFile(QString filePath)
}
}
Kdf* Database::kdf() {
Kdf* Database::kdf() const {
return m_data.kdf;
}