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

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