Addressed remaining PR feedback

Signed-off-by: nggieber <52797929+AMZN-nggieber@users.noreply.github.com>
This commit is contained in:
nggieber
2021-12-09 15:30:32 -08:00
parent 5641bcd5f1
commit 9f4895aaea
9 changed files with 22 additions and 57 deletions
+1 -2
View File
@@ -25,8 +25,6 @@ namespace O3DE::ProjectManager
public:
Settings(bool saveToDisk = true);
bool IsInitialized() override;
bool Get(QString& result, const QString& settingsKey) override;
bool Get(bool& result, const QString& settingsKey) override;
bool Set(const QString& settingsKey, const QString& settingsValue) override;
@@ -41,6 +39,7 @@ namespace O3DE::ProjectManager
private:
bool Save();
bool OnSettingsChanged();
bool GetBuiltSuccessfullyPaths(AZStd::set<AZStd::string>& result);