| 1494 | } |
| 1495 | |
| 1496 | void Format::write(const QString &file, const Template &t) |
| 1497 | { |
| 1498 | QScopedPointer<Format>(Factory<Format>::make(file))->write(t); |
| 1499 | } |
| 1500 | |
| 1501 | /* Gallery - public methods */ |
| 1502 | TemplateList Gallery::read() |
no test coverage detected