summaryrefslogtreecommitdiff
path: root/worker.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'worker.cxx')
-rw-r--r--worker.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/worker.cxx b/worker.cxx
index 071983e..f9f7610 100644
--- a/worker.cxx
+++ b/worker.cxx
@@ -10,6 +10,7 @@ Worker::Worker(QObject* parent) :
void Worker::logIn(QString const& name, QString const& password)
{
rtclient_login(name.toLatin1().constData(), password.toLatin1().constData());
+ rtclient_user(name.toLatin1().constData());
}
Worker::~Worker()