mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Make things private slots
This commit is contained in:
parent
041d8fb56c
commit
bb6a57644c
1 changed files with 1 additions and 2 deletions
|
@ -49,7 +49,6 @@ private slots:
|
||||||
void onBackButtonClicked();
|
void onBackButtonClicked();
|
||||||
void onRegisterButtonClicked();
|
void onRegisterButtonClicked();
|
||||||
|
|
||||||
private:
|
|
||||||
// function for showing different errors
|
// function for showing different errors
|
||||||
void showError(const QString &msg);
|
void showError(const QString &msg);
|
||||||
void showError(QLabel *label, const QString &msg);
|
void showError(QLabel *label, const QString &msg);
|
||||||
|
@ -66,8 +65,8 @@ private:
|
||||||
void doUIA(const mtx::user_interactive::Unauthorized &unauthorized);
|
void doUIA(const mtx::user_interactive::Unauthorized &unauthorized);
|
||||||
void doRegistrationWithAuth(const mtx::user_interactive::Auth &auth);
|
void doRegistrationWithAuth(const mtx::user_interactive::Auth &auth);
|
||||||
mtx::http::Callback<mtx::responses::Register> registrationCb();
|
mtx::http::Callback<mtx::responses::Register> registrationCb();
|
||||||
void completeUiaStage(const mtx::user_interactive::Unauthorized &unauthorized);
|
|
||||||
|
|
||||||
|
private:
|
||||||
QVBoxLayout *top_layout_;
|
QVBoxLayout *top_layout_;
|
||||||
|
|
||||||
QHBoxLayout *back_layout_;
|
QHBoxLayout *back_layout_;
|
||||||
|
|
Loading…
Reference in a new issue