From 6864e4accaafa4fa90332719bff5a85a0e92b242 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Sun, 22 May 2016 13:10:39 +0200 Subject: ImapResource prototype --- common/domain/applicationdomaintype.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common/domain/applicationdomaintype.h') diff --git a/common/domain/applicationdomaintype.h b/common/domain/applicationdomaintype.h index 4eec4a3..1b0ae9d 100644 --- a/common/domain/applicationdomaintype.h +++ b/common/domain/applicationdomaintype.h @@ -245,6 +245,9 @@ namespace MaildirResource { namespace MailtransportResource { SinkResource SINK_EXPORT create(const QByteArray &account); }; +namespace ImapResource { + SinkResource SINK_EXPORT create(const QByteArray &account); +}; /** * All types need to be registered here an MUST return a different name. -- cgit v1.2.3