mirror of
https://gitee.com/Zhaoxin59/my-chat_-client.git
synced 2026-03-31 05:41:49 +08:00
has been completed.
This commit is contained in:
@ -15,15 +15,15 @@ class PhoneLoginWidget : public QWidget
|
||||
public:
|
||||
PhoneLoginWidget(QWidget *parent);
|
||||
|
||||
//void sendVerifyCode();
|
||||
//void sendVerifyCodeDone();
|
||||
void sendVerifyCode();
|
||||
void sendVerifyCodeDone(bool ok);
|
||||
|
||||
//void clickSubmitBtn();
|
||||
//void phoneLoginDone(bool ok, const QString& reason);
|
||||
//void phoneRegisterDone(bool ok, const QString& reason);
|
||||
void clickSubmitBtn();
|
||||
void phoneLoginDone(bool ok, const QString& reason);
|
||||
void phoneRegisterDone(bool ok, const QString& reason);
|
||||
|
||||
//void countDown();
|
||||
//void switchMode();
|
||||
void countDown();
|
||||
void switchMode();
|
||||
|
||||
private:
|
||||
QLineEdit* phoneEdit;
|
||||
|
||||
Reference in New Issue
Block a user