parent
f6c279f6f2
commit
735d508a29
3 changed files with 30 additions and 43 deletions
|
|
@ -48,7 +48,7 @@ protected:
|
|||
|
||||
public slots:
|
||||
// Displays errors produced during the login.
|
||||
void loginError(QString error_message);
|
||||
void loginError(QString msg) { error_label_->setText(msg); }
|
||||
|
||||
private slots:
|
||||
// Callback for the back button.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue