Coding style fixes.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user