From b9ad9462df22a4d5c50ecb7c1c581c637f22ed61 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 13 Apr 2016 09:05:12 +0200 Subject: Register the Identity type --- common/domain/applicationdomaintype.h | 2 ++ common/modelresult.cpp | 1 + common/store.cpp | 1 + 3 files changed, 4 insertions(+) (limited to 'common') diff --git a/common/domain/applicationdomaintype.h b/common/domain/applicationdomaintype.h index 1a07863..55207d0 100644 --- a/common/domain/applicationdomaintype.h +++ b/common/domain/applicationdomaintype.h @@ -225,3 +225,5 @@ Q_DECLARE_METATYPE(Sink::ApplicationDomain::SinkResource) Q_DECLARE_METATYPE(Sink::ApplicationDomain::SinkResource::Ptr) Q_DECLARE_METATYPE(Sink::ApplicationDomain::SinkAccount) Q_DECLARE_METATYPE(Sink::ApplicationDomain::SinkAccount::Ptr) +Q_DECLARE_METATYPE(Sink::ApplicationDomain::Identity) +Q_DECLARE_METATYPE(Sink::ApplicationDomain::Identity::Ptr) diff --git a/common/modelresult.cpp b/common/modelresult.cpp index 6fe6782..4a85610 100644 --- a/common/modelresult.cpp +++ b/common/modelresult.cpp @@ -280,3 +280,4 @@ template class ModelResult; template class ModelResult; template class ModelResult; +template class ModelResult; diff --git a/common/store.cpp b/common/store.cpp index 700263b..02d868f 100644 --- a/common/store.cpp +++ b/common/store.cpp @@ -267,5 +267,6 @@ REGISTER_TYPE(ApplicationDomain::Mail); REGISTER_TYPE(ApplicationDomain::Folder); REGISTER_TYPE(ApplicationDomain::SinkResource); REGISTER_TYPE(ApplicationDomain::SinkAccount); +REGISTER_TYPE(ApplicationDomain::Identity); } // namespace Sink -- cgit v1.2.3