mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-27 18:10:31 -05:00
Coding style++
This commit is contained in:
parent
194a081bd7
commit
ef52e98ee6
6 changed files with 16 additions and 8 deletions
|
|
@ -19,7 +19,8 @@
|
|||
|
||||
#include "Database.h"
|
||||
|
||||
Metadata::Metadata(Database* parent) : QObject(parent)
|
||||
Metadata::Metadata(Database* parent)
|
||||
: QObject(parent)
|
||||
{
|
||||
m_generator = "KeePassX";
|
||||
m_maintenanceHistoryDays = 365;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue