Handle empty matrix ID (regression from 9de1ec1)

fixes #259
This commit is contained in:
Konstantinos Sideris 2018-03-01 09:31:08 +02:00
parent f6c279f6f2
commit 735d508a29
3 changed files with 30 additions and 43 deletions

View file

@ -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.