From b8b0b5c618b2c4251902cda91bee53eef11c4f3f Mon Sep 17 00:00:00 2001 From: Callum Brown Date: Thu, 3 Jun 2021 13:56:43 +0100 Subject: Give registration server input its own error label --- src/RegisterPage.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/RegisterPage.h') diff --git a/src/RegisterPage.h b/src/RegisterPage.h index 2f05d04c..75d524c9 100644 --- a/src/RegisterPage.h +++ b/src/RegisterPage.h @@ -63,6 +63,7 @@ private: QLabel *error_username_label_; QLabel *error_password_label_; QLabel *error_password_confirmation_label_; + QLabel *error_server_label_; FlatButton *back_button_; RaisedButton *register_button_; -- cgit 1.5.1