| 530 | } |
| 531 | |
| 532 | ProjectTemplatesModel* 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 | |
| 541 | QAbstractItemModel* AppWizardPlugin::templatesModel() const |
| 542 | { |