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
c844c6b712
commit
782223a643
4 changed files with 12 additions and 12 deletions
|
|
@ -21,6 +21,9 @@
|
|||
#include "core/Group.h"
|
||||
#include "core/Tools.h"
|
||||
|
||||
const int Metadata::DefaultHistoryMaxItems = 10;
|
||||
const int Metadata::DefaultHistoryMaxSize = 6 * 1024 * 1024;
|
||||
|
||||
Metadata::Metadata(QObject* parent)
|
||||
: QObject(parent)
|
||||
{
|
||||
|
|
@ -50,9 +53,6 @@ Metadata::Metadata(QObject* parent)
|
|||
m_updateDatetime = true;
|
||||
}
|
||||
|
||||
const int Metadata::DefaultHistoryMaxItems = 10;
|
||||
const int Metadata::DefaultHistoryMaxSize = 6291456;
|
||||
|
||||
template <class P, class V> bool Metadata::set(P& property, const V& value)
|
||||
{
|
||||
if (property != value) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue