mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
Add encoding / decoding for NSPredicateEditor for non-keyed archiving
This commit is contained in:
parent
281da47d7f
commit
3030efa9f7
1 changed files with 4 additions and 0 deletions
|
@ -57,6 +57,7 @@
|
|||
}
|
||||
else
|
||||
{
|
||||
[aCoder encodeObject: _rowTemplates];
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -76,6 +77,9 @@
|
|||
}
|
||||
else
|
||||
{
|
||||
NSArray *rowTemplates = [aDecoder decodeObject];
|
||||
|
||||
[self setRowTemplates: rowTemplates];
|
||||
}
|
||||
|
||||
return self;
|
||||
|
|
Loading…
Reference in a new issue