summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorCallum Brown <callum@calcuode.com>2021-08-05 16:12:36 +0100
committerCallum Brown <callum@calcuode.com>2021-08-05 16:12:36 +0100
commitbb6a57644c46dec6d4fc9f8e30839677ae278fb2 (patch)
treecba40c3fdd0868a442ed691d6515a351ac33400e /src
parentReorganise src/RegisterPage.cpp (diff)
downloadnheko-bb6a57644c46dec6d4fc9f8e30839677ae278fb2.tar.xz
Make things private slots
Diffstat (limited to 'src')
-rw-r--r--src/RegisterPage.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/RegisterPage.h b/src/RegisterPage.h

index 44128939..42ea00cb 100644 --- a/src/RegisterPage.h +++ b/src/RegisterPage.h
@@ -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_;