[LYN-2514] Create a new project control now reinits the gem catalog and enables gems based on the user selection

This commit is contained in:
Benjamin Jillich
2021-06-02 17:53:49 +02:00
parent b0ef89edf9
commit 39bb0bf2fc
2 changed files with 14 additions and 3 deletions
@@ -14,6 +14,7 @@
#if !defined(Q_MOC_RUN)
#include <ScreenWidget.h>
#include <ProjectInfo.h>
#include <GemCatalog/GemCatalogScreen.h>
#endif
QT_FORWARD_DECLARE_CLASS(QStackedWidget)
@@ -48,6 +49,8 @@ namespace O3DE::ProjectManager
QString m_projectTemplatePath;
ProjectInfo m_projectInfo;
GemCatalogScreen* m_gemCatalog = nullptr;
};
} // namespace O3DE::ProjectManager