mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-05-02 06:36:07 -04:00
Coding style fixes.
This commit is contained in:
parent
c844c6b712
commit
782223a643
4 changed files with 12 additions and 12 deletions
|
@ -23,6 +23,8 @@
|
|||
#include "core/Metadata.h"
|
||||
#include "core/Tools.h"
|
||||
|
||||
const int Entry::DefaultIconNumber = 0;
|
||||
|
||||
Entry::Entry()
|
||||
{
|
||||
m_updateTimeinfo = true;
|
||||
|
@ -56,8 +58,6 @@ Entry::~Entry()
|
|||
qDeleteAll(m_history);
|
||||
}
|
||||
|
||||
const int Entry::DefaultIconNumber = 0;
|
||||
|
||||
template <class T> bool Entry::set(T& property, const T& value)
|
||||
{
|
||||
if (property != value) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue