MCPcopy Create free account
hub / github.com/KDE/kdevelop / loadTemplate

Method loadTemplate

plugins/filetemplates/filetemplatesplugin.cpp:185–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185void FileTemplatesPlugin::loadTemplate(const QString& fileName)
186{
187 templatesModel();
188 m_model->loadTemplateFile(fileName);
189}
190
191void FileTemplatesPlugin::createFromTemplate()
192{

Callers

nothing calls this directly

Calls 1

loadTemplateFileMethod · 0.80

Tested by

no test coverage detected