summaryrefslogtreecommitdiff
path: root/worker.cxx
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-12 12:49:37 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-12 12:49:37 +0800
commit2705efd2ded0924b94f9576943e34ca60b0b3b97 (patch)
tree7645e610879ac91ec68b8f3d5fe50b84dbecc885 /worker.cxx
parent2e1dddbaa950db18e9d37be31879c969b49370cf (diff)
Disable user properties retrieval until we get the status logics
Diffstat (limited to 'worker.cxx')
-rw-r--r--worker.cxx2
1 files changed, 2 insertions, 0 deletions
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)