7#ifndef DLG_FORGOTPASSWORDRESET_H
8#define DLG_FORGOTPASSWORDRESET_H
QLabel * playernameLabel
Definition dlg_forgot_password_reset.h:47
QLabel * portLabel
Definition dlg_forgot_password_reset.h:47
QString getToken() const
Definition dlg_forgot_password_reset.h:35
DlgForgotPasswordReset(QWidget *parent=nullptr)
Definition dlg_forgot_password_reset.cpp:12
QLineEdit * portEdit
Definition dlg_forgot_password_reset.h:49
QLabel * infoLabel
Definition dlg_forgot_password_reset.h:47
QLineEdit * newpasswordverifyEdit
Definition dlg_forgot_password_reset.h:49
void actOk()
Definition dlg_forgot_password_reset.cpp:107
int getPort() const
Definition dlg_forgot_password_reset.h:27
QLineEdit * tokenEdit
Definition dlg_forgot_password_reset.h:49
QLabel * hostLabel
Definition dlg_forgot_password_reset.h:47
QLabel * tokenLabel
Definition dlg_forgot_password_reset.h:47
QLineEdit * hostEdit
Definition dlg_forgot_password_reset.h:49
QString getPassword() const
Definition dlg_forgot_password_reset.h:39
QLabel * newpasswordLabel
Definition dlg_forgot_password_reset.h:47
QLineEdit * playernameEdit
Definition dlg_forgot_password_reset.h:49
QString getHost() const
Definition dlg_forgot_password_reset.h:23
QString getPlayerName() const
Definition dlg_forgot_password_reset.h:31
QLineEdit * newpasswordEdit
Definition dlg_forgot_password_reset.h:49
QLabel * newpasswordverifyLabel
Definition dlg_forgot_password_reset.h:48