Remove some test code and extra newlines
Signed-off-by: AMZN-Phil <pconroy@amazon.com>
This commit is contained in:
@@ -14,9 +14,6 @@
|
||||
|
||||
#include <QMessageBox>
|
||||
|
||||
|
||||
|
||||
|
||||
namespace O3DE::ProjectManager
|
||||
{
|
||||
DownloadController::DownloadController(QWidget* parent)
|
||||
|
||||
@@ -193,8 +193,6 @@ namespace O3DE::ProjectManager
|
||||
downloadingItemLayout->setAlignment(Qt::AlignTop);
|
||||
downloadingItemWidget->setLayout(downloadingItemLayout);
|
||||
|
||||
m_downloadController->AddGemDownload("TestGem");
|
||||
|
||||
auto update = [=](int downloadProgress)
|
||||
{
|
||||
if (m_downloadController->IsDownloadQueueEmpty())
|
||||
|
||||
Reference in New Issue
Block a user