diff options
Diffstat (limited to 'common/domain/applicationdomaintype.h')
-rw-r--r-- | common/domain/applicationdomaintype.h | 3 |
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>(); | |||
342 | template<> | 342 | template<> |
343 | QByteArray SINK_EXPORT getTypeName<Folder>(); | 343 | QByteArray SINK_EXPORT getTypeName<Folder>(); |
344 | 344 | ||
345 | bool SINK_EXPORT isGlobalType(const QByteArray &type); | ||
346 | |||
347 | |||
345 | /** | 348 | /** |
346 | * Type implementation. | 349 | * Type implementation. |
347 | * | 350 | * |