7#ifndef DLG_FORGOTPASSWORDCHALLENGE_H
8#define DLG_FORGOTPASSWORDCHALLENGE_H
QString getHost() const
Definition dlg_forgot_password_challenge.h:23
void actOk()
Definition dlg_forgot_password_challenge.cpp:92
QLineEdit * portEdit
Definition dlg_forgot_password_challenge.h:44
int getPort() const
Definition dlg_forgot_password_challenge.h:27
QLabel * playernameLabel
Definition dlg_forgot_password_challenge.h:43
QLineEdit * emailEdit
Definition dlg_forgot_password_challenge.h:44
QLabel * infoLabel
Definition dlg_forgot_password_challenge.h:43
QString getEmail() const
Definition dlg_forgot_password_challenge.h:35
QLabel * emailLabel
Definition dlg_forgot_password_challenge.h:43
QLineEdit * playernameEdit
Definition dlg_forgot_password_challenge.h:44
DlgForgotPasswordChallenge(QWidget *parent=nullptr)
Definition dlg_forgot_password_challenge.cpp:12
QLabel * hostLabel
Definition dlg_forgot_password_challenge.h:43
QLineEdit * hostEdit
Definition dlg_forgot_password_challenge.h:44
QLabel * portLabel
Definition dlg_forgot_password_challenge.h:43
QString getPlayerName() const
Definition dlg_forgot_password_challenge.h:31