mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-05 08:55:59 +00:00
links preview done
This commit is contained in:
@@ -53,12 +53,18 @@ public slots:
|
||||
void onToPassword();
|
||||
void onInputChange();
|
||||
void onCheckRequest();
|
||||
void onToReset();
|
||||
void onReset();
|
||||
void onResetSure();
|
||||
|
||||
private:
|
||||
|
||||
void showError(const QString &err);
|
||||
void stopCheck();
|
||||
|
||||
void deleteDone(const MTPBool &result);
|
||||
bool deleteFail(const RPCError &error);
|
||||
|
||||
QString error;
|
||||
anim::fvalue errorAlpha;
|
||||
|
||||
@@ -71,7 +77,7 @@ private:
|
||||
QString _hint, _emailPattern;
|
||||
|
||||
FlatInput _pwdField, _codeField;
|
||||
LinkButton _toRecover, _toPassword;
|
||||
LinkButton _toRecover, _toPassword, _reset;
|
||||
mtpRequestId sentRequest;
|
||||
|
||||
Text _hintText;
|
||||
|
Reference in New Issue
Block a user