| 1047 | } |
| 1048 | |
| 1049 | bool Template::loadTypeSpecificTemplateConfiguration(QXmlStreamReader& xml) |
| 1050 | { |
| 1051 | xml.skipCurrentElement(); |
| 1052 | return true; |
| 1053 | } |
| 1054 | |
| 1055 | bool Template::finishTypeSpecificTemplateConfiguration() |
| 1056 | { |
no outgoing calls
no test coverage detected