diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/domain/applicationdomaintype.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/domain/applicationdomaintype.h b/common/domain/applicationdomaintype.h index 27a7954..d05e981 100644 --- a/common/domain/applicationdomaintype.h +++ b/common/domain/applicationdomaintype.h | |||
@@ -103,7 +103,8 @@ enum SINK_EXPORT SyncStatus { | |||
103 | NoSyncStatus, | 103 | NoSyncStatus, |
104 | SyncInProgress, | 104 | SyncInProgress, |
105 | SyncError, | 105 | SyncError, |
106 | SyncSuccess | 106 | SyncSuccess, |
107 | NewContentAvailable | ||
107 | }; | 108 | }; |
108 | 109 | ||
109 | /** | 110 | /** |