Fix tags, downloads, and several vector copies
Signed-off-by: Alex Peterson <26804013+AMZN-alexpete@users.noreply.github.com>
This commit is contained in:
@@ -26,10 +26,10 @@ namespace O3DE::ProjectManager
|
||||
|
||||
public:
|
||||
GemsSubWidget(QWidget* parent = nullptr);
|
||||
void Update(const QString& title, const QString& text, const QStringList& gemNames);
|
||||
void Update(const QString& title, const QString& text, const QVector<Tag>& tags);
|
||||
|
||||
signals:
|
||||
void TagClicked(const QString& tag);
|
||||
void TagClicked(const Tag& tag);
|
||||
|
||||
private:
|
||||
QLabel* m_titleLabel = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user