diff options
Diffstat (limited to 'common/domain/folder.fbs')
-rw-r--r-- | common/domain/folder.fbs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/domain/folder.fbs b/common/domain/folder.fbs index 3476d58..31dc32a 100644 --- a/common/domain/folder.fbs +++ b/common/domain/folder.fbs | |||
@@ -3,6 +3,7 @@ namespace Akonadi2.ApplicationDomain.Buffer; | |||
3 | table Folder { | 3 | table Folder { |
4 | name:string; | 4 | name:string; |
5 | parent:string; | 5 | parent:string; |
6 | icon:string; | ||
6 | } | 7 | } |
7 | 8 | ||
8 | root_type Folder; | 9 | root_type Folder; |