Dependency confirmation screen and URL display fix
Signed-off-by: AMZN-alexpete <26804013+AMZN-alexpete@users.noreply.github.com>
This commit is contained in:
@@ -66,6 +66,7 @@ namespace O3DE::ProjectManager
|
||||
static void UpdateDependencies(QAbstractItemModel& model, const QModelIndex& modelIndex);
|
||||
|
||||
bool DoGemsToBeAddedHaveRequirements() const;
|
||||
bool HasDependentGemsToRemove() const;
|
||||
|
||||
QVector<QModelIndex> GatherGemDependencies(const QModelIndex& modelIndex) const;
|
||||
QVector<QModelIndex> GatherDependentGems(const QModelIndex& modelIndex, bool addedOnly = false) const;
|
||||
|
||||
Reference in New Issue
Block a user