From 667e5eccf442ea2ee4e1fa25dea54e5dc870289b Mon Sep 17 00:00:00 2001 From: Laurent Trinques Date: Tue, 20 Feb 2024 13:24:25 +0100 Subject: [PATCH] New Element Wizard add Company Collection in build Step 1 tree_view --- sources/newelementwizard.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/sources/newelementwizard.cpp b/sources/newelementwizard.cpp index c9af4c6a2..f0bebe005 100644 --- a/sources/newelementwizard.cpp +++ b/sources/newelementwizard.cpp @@ -90,6 +90,7 @@ QWizardPage *NewElementWizard::buildStep1() m_model = new ElementsCollectionModel(m_tree_view); m_model->hideElement(); m_model->addCustomCollection(); + m_model->addCompanyCollection(); m_tree_view->setModel(m_model); m_tree_view->setHeaderHidden(true);