mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 21:47:38 +03:00
Coding style fixes.
This commit is contained in:
parent
c844c6b712
commit
782223a643
4 changed files with 12 additions and 12 deletions
|
@ -22,6 +22,8 @@
|
|||
#include "core/Metadata.h"
|
||||
#include "core/Tools.h"
|
||||
|
||||
const int Group::DefaultIconNumber = 48;
|
||||
|
||||
Group::Group()
|
||||
{
|
||||
m_iconNumber = DefaultIconNumber;
|
||||
|
@ -56,8 +58,6 @@ Group::~Group()
|
|||
}
|
||||
}
|
||||
|
||||
const int Group::DefaultIconNumber = 48;
|
||||
|
||||
template <class P, class V> bool Group::set(P& property, const V& value) {
|
||||
if (property != value) {
|
||||
property = value;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue