summary refs log tree commit diff
path: root/src/MainWindow.cc
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-04-07 19:25:06 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-04-07 19:25:06 +0300
commitc7c3ee19ee66ab5f3ad57c16f546e35674093c0d (patch)
treebfe5f7129977344e70f9f52d2cab9ec7f744cbc8 /src/MainWindow.cc
parentUse const refs for the deserialized data (diff)
downloadnheko-c7c3ee19ee66ab5f3ad57c16f546e35674093c0d.tar.xz
Use QLabel to display registration errors
Diffstat (limited to 'src/MainWindow.cc')
-rw-r--r--src/MainWindow.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/MainWindow.cc b/src/MainWindow.cc

index 82976f23..3989e096 100644 --- a/src/MainWindow.cc +++ b/src/MainWindow.cc
@@ -88,8 +88,9 @@ void MainWindow::showChatPage(QString userid, QString homeserver, QString token) void MainWindow::matrixRegister(const QString &username, const QString &password, const QString &server) { - qDebug() << "About to register to Matrix"; - qDebug() << "Username: " << username << " Password: " << password << " Server: " << server; + Q_UNUSED(password); + + qDebug() << "Registering" << username << "at" << server; } void MainWindow::showWelcomePage()