Removing unused variables and defines and some renaming

Signed-off-by: AMZN-Phil <pconroy@amazon.com>
This commit is contained in:
AMZN-Phil
2021-10-21 09:35:03 -07:00
parent 9aa9ed8c8e
commit 2809c3b7ed
5 changed files with 12 additions and 17 deletions
@@ -164,11 +164,11 @@ namespace O3DE::ProjectManager
layout->setAlignment(Qt::AlignTop);
widget->setLayout(layout);
QLabel* label = new QLabel();
label->setObjectName("GemCatalogCartOverlaySectionLabel");
layout->addWidget(label);
QLabel* titleLabel = new QLabel();
titleLabel->setObjectName("GemCatalogCartOverlaySectionLabel");
layout->addWidget(titleLabel);
label->setText(tr("Gems to be installed"));
titleLabel->setText(tr("Gems to be installed"));
// Create header section
QWidget* downloadingGemsWidget = new QWidget();