Project Manager: Showing a progress bar when copying projects (#2025)

Signed-off-by: Benjamin Jillich <jillich@amazon.com>
This commit is contained in:
Benjamin Jillich
2021-07-09 09:38:11 -07:00
committed by GitHub
parent e3be8b4c46
commit 76cef6e91f
3 changed files with 152 additions and 19 deletions
@@ -17,7 +17,7 @@ namespace O3DE::ProjectManager
bool RegisterProject(const QString& path);
bool UnregisterProject(const QString& path);
bool CopyProjectDialog(const QString& origPath, QWidget* parent = nullptr);
bool CopyProject(const QString& origPath, const QString& newPath);
bool CopyProject(const QString& origPath, const QString& newPath, QWidget* parent);
bool DeleteProjectFiles(const QString& path, bool force = false);
bool MoveProject(QString origPath, QString newPath, QWidget* parent = nullptr, bool ignoreRegister = false);