| 210 | Resource<PP4Context> contexts; |
| 211 | |
| 212 | void project(const Template &src, Template &dst) const |
| 213 | { |
| 214 | if (Globals->enrollAll) |
| 215 | qFatal("single template project doesn't support enrollAll"); |
| 216 | |
| 217 | TemplateList srcList; |
| 218 | srcList.append(src); |
| 219 | TemplateList dstList; |
| 220 | project(srcList, dstList); |
| 221 | dst = dstList.first(); |
| 222 | } |
| 223 | |
| 224 | void project(const TemplateList &srcList, TemplateList &dstList) const |
| 225 | { |