Coding style fixes.

This commit is contained in:
Felix Geyer 2012-07-01 21:58:45 +02:00
parent c844c6b712
commit 782223a643
4 changed files with 12 additions and 12 deletions

View file

@ -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;