mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-08 18:02:51 -05:00
Coding style fixes.
This commit is contained in:
parent
ca13ad8d25
commit
ee3bc89a54
9 changed files with 22 additions and 11 deletions
|
|
@ -79,7 +79,8 @@ template <class P, class V> bool Metadata::set(P& property, const V& value, QDat
|
|||
}
|
||||
}
|
||||
|
||||
void Metadata::setUpdateDatetime(bool value) {
|
||||
void Metadata::setUpdateDatetime(bool value)
|
||||
{
|
||||
m_updateDatetime = value;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue