From b4bd3932aa2a8e841ed204b341bcbf65ba59c5b2 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 10 Feb 2017 11:03:16 +0100 Subject: Move the SINK_EXPORT to the right place. Thanks to marcoscarpetta for the patch! --- common/domain/applicationdomaintype.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common') diff --git a/common/domain/applicationdomaintype.h b/common/domain/applicationdomaintype.h index 9f2aad7..d36bffc 100644 --- a/common/domain/applicationdomaintype.h +++ b/common/domain/applicationdomaintype.h @@ -528,8 +528,8 @@ class SINK_EXPORT TypeImplementation; REGISTER_TYPE(Sink::ApplicationDomain::SinkAccount); \ REGISTER_TYPE(Sink::ApplicationDomain::Identity); \ -QDataStream & SINK_EXPORT operator<<(QDataStream &out, const Sink::ApplicationDomain::Reference &reference); -QDataStream & SINK_EXPORT operator>>(QDataStream &in, Sink::ApplicationDomain::Reference &reference); +SINK_EXPORT QDataStream &operator<<(QDataStream &out, const Sink::ApplicationDomain::Reference &reference); +SINK_EXPORT QDataStream &operator>>(QDataStream &in, Sink::ApplicationDomain::Reference &reference); Q_DECLARE_METATYPE(Sink::ApplicationDomain::ApplicationDomainType) Q_DECLARE_METATYPE(Sink::ApplicationDomain::ApplicationDomainType::Ptr) -- cgit v1.2.3