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

Method model

plugins/appwizard/appwizardplugin.cpp:532–539  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

530}
531
532ProjectTemplatesModel* AppWizardPlugin::model() const
533{
534 if(!m_templatesModel) {
535 auto* self = const_cast<AppWizardPlugin*>(this);
536 m_templatesModel = new ProjectTemplatesModel(self);
537 }
538 return m_templatesModel;
539}
540
541QAbstractItemModel* AppWizardPlugin::templatesModel() const
542{

Callers 1

typeChangedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected