summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-03-01 09:31:08 +0200
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-03-01 09:31:08 +0200
commit735d508a29f2e67f1082ee922ee61ce9dec21c8a (patch)
tree9f878c54d80b2aa7ba79e5fbd184ad10297e22d2 /include
parentPropagate errors during /login & /versions (diff)
downloadnheko-735d508a29f2e67f1082ee922ee61ce9dec21c8a.tar.xz
Handle empty matrix ID (regression from 9de1ec1)
fixes #259
Diffstat (limited to 'include')
-rw-r--r--include/LoginPage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/LoginPage.h b/include/LoginPage.h

index 003f0ee2..b2b40537 100644 --- a/include/LoginPage.h +++ b/include/LoginPage.h
@@ -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.