| 183 | } |
| 184 | |
| 185 | void FileTemplatesPlugin::loadTemplate(const QString& fileName) |
| 186 | { |
| 187 | templatesModel(); |
| 188 | m_model->loadTemplateFile(fileName); |
| 189 | } |
| 190 | |
| 191 | void FileTemplatesPlugin::createFromTemplate() |
| 192 | { |
nothing calls this directly
no test coverage detected