Skip to content
Snippets Groups Projects
Commit bb6a5764 authored by Callum Brown's avatar Callum Brown
Browse files

Make things private slots

parent 041d8fb5
No related branches found
No related tags found
No related merge requests found
Pipeline #1519 failed
......@@ -49,7 +49,6 @@ private slots:
void onBackButtonClicked();
void onRegisterButtonClicked();
private:
// function for showing different errors
void showError(const QString &msg);
void showError(QLabel *label, const QString &msg);
......@@ -66,8 +65,8 @@ private:
void doUIA(const mtx::user_interactive::Unauthorized &unauthorized);
void doRegistrationWithAuth(const mtx::user_interactive::Auth &auth);
mtx::http::Callback<mtx::responses::Register> registrationCb();
void completeUiaStage(const mtx::user_interactive::Unauthorized &unauthorized);
private:
QVBoxLayout *top_layout_;
QHBoxLayout *back_layout_;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment