Fix notification queue and add gem action (#4985) (#5024)

Signed-off-by: AMZN-alexpete <26804013+AMZN-alexpete@users.noreply.github.com>
This commit is contained in:
Alex Peterson
2021-10-27 13:55:32 -07:00
committed by GitHub
parent d23df465dd
commit 59c898fc48
6 changed files with 95 additions and 45 deletions
@@ -47,6 +47,7 @@ namespace O3DE::ProjectManager
public slots:
void OnGemStatusChanged(const QModelIndex& modelIndex, uint32_t numChangedDependencies);
void OnAddGemClicked();
protected:
void hideEvent(QHideEvent* event) override;