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

@ -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) {