From a1f19963ded5f99440feb13b8ca3b9aa06618350 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=20=EA=A6=AB=EA=A6=B6=20=EA=A6=8F=EA=A7=80?= =?UTF-8?q?=EA=A6=A6=EA=A6=BF=20=EA=A6=A7=20=EA=A6=AE=20=EA=A6=91=20?= =?UTF-8?q?=EA=A6=A9=20=EA=A6=AD=EA=A7=80?= Date: Wed, 4 Sep 2019 15:24:19 +0800 Subject: Separated the user properties retrieval function --- librtclient | 2 +- worker.cxx | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/librtclient b/librtclient index 134ca7e..ed0d6e1 160000 --- a/librtclient +++ b/librtclient @@ -1 +1 @@ -Subproject commit 134ca7ec223e1d24b23ae6a8894d844baaf15c2b +Subproject commit ed0d6e131fd94f4ed151df12834feffa777db840 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() -- cgit v1.2.3