summaryrefslogtreecommitdiffstats
path: root/common/domain/applicationdomaintype.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/domain/applicationdomaintype.h')
-rw-r--r--common/domain/applicationdomaintype.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/domain/applicationdomaintype.h b/common/domain/applicationdomaintype.h
index 5efb936..d969cc8 100644
--- a/common/domain/applicationdomaintype.h
+++ b/common/domain/applicationdomaintype.h
@@ -342,6 +342,9 @@ QByteArray SINK_EXPORT getTypeName<Mail>();
342template<> 342template<>
343QByteArray SINK_EXPORT getTypeName<Folder>(); 343QByteArray SINK_EXPORT getTypeName<Folder>();
344 344
345bool SINK_EXPORT isGlobalType(const QByteArray &type);
346
347
345/** 348/**
346 * Type implementation. 349 * Type implementation.
347 * 350 *