From 2705efd2ded0924b94f9576943e34ca60b0b3b97 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: Thu, 12 Sep 2019 12:49:37 +0800 Subject: Disable user properties retrieval until we get the status logics --- worker.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'worker.cxx') diff --git a/worker.cxx b/worker.cxx index c47ea2b..e4f796a 100644 --- a/worker.cxx +++ b/worker.cxx @@ -9,10 +9,12 @@ Worker::Worker() void Worker::logIn(QString const& name, QString const& password) { rtclient_login(name.toLatin1().constData(), password.toLatin1().constData()); + /* struct rt_user *user = NULL; rtclient_userget(&user, name.toLatin1().constData()); if (user) rtclient_userfree(user); + */ } void Worker::search(QString const& owner) -- cgit v1.2.3