| 401 | void add_filter(ppdcFilter *f) { filters->add(f); } |
| 402 | void add_font(ppdcFont *f) { fonts->add(f); } |
| 403 | void add_group(ppdcGroup *g) { groups->add(g); } |
| 404 | void add_profile(ppdcProfile *p) { profiles->add(p); } |
| 405 | void add_size(ppdcMediaSize *m) { sizes->add(m); } |
| 406 |
no test coverage detected