Addressed review feedback

Signed-off-by: nggieber <nggieber@amazon.com>
This commit is contained in:
nggieber
2021-09-28 18:37:44 -07:00
parent 0b5aaa297e
commit 16e66cfa71
6 changed files with 15 additions and 35 deletions
@@ -10,8 +10,6 @@
#if !defined(Q_MOC_RUN)
#include <QDialog.h>
#include <QDialogButtonBox>
#endif
namespace O3DE::ProjectManager
@@ -25,15 +23,9 @@ namespace O3DE::ProjectManager
explicit GemRepoAddDialog(QWidget* parent = nullptr);
~GemRepoAddDialog() = default;
QDialogButtonBox::ButtonRole GetButtonResult();
QString GetRepoPath();
private:
void CancelButtonPressed();
void ContinueButtonPressed();
FormLineEditWidget* m_repoPath = nullptr;
QDialogButtonBox::ButtonRole m_buttonResult = QDialogButtonBox::RejectRole;
};
} // namespace O3DE::ProjectManager