Update NoggitProjectSelectionWindow.cpp

MAGIC!
This commit is contained in:
Alister
2021-12-25 18:16:13 +00:00
parent 57618d3858
commit 8cf267844c

View File

@@ -19,6 +19,8 @@ namespace Noggit::Ui::Windows
ui->setupUi(this);
_settings = new Noggit::Ui::settings(this);
_existingProjectEnumerationComponent = std::make_unique<Component::ExistingProjectEnumerationComponent>();
_createProjectComponent = std::make_unique<Component::CreateProjectComponent>();
_loadProjectComponent = std::make_unique<Component::LoadProjectComponent>();