Move inline keyword to function definition.

This commit is contained in:
Felix Geyer
2012-08-01 10:40:38 +02:00
parent 9c378216f6
commit 8fb2f9db7c
4 changed files with 4 additions and 4 deletions

View File

@@ -142,7 +142,7 @@ private Q_SLOTS:
private:
const Database* database() const;
template <class T> inline bool set(T& property, const T& value);
template <class T> bool set(T& property, const T& value);
Uuid m_uuid;
EntryData m_data;