diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-12 12:49:37 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-12 12:49:37 +0800 |
commit | 2705efd2ded0924b94f9576943e34ca60b0b3b97 (patch) | |
tree | 7645e610879ac91ec68b8f3d5fe50b84dbecc885 /worker.cxx | |
parent | 2e1dddbaa950db18e9d37be31879c969b49370cf (diff) |
Disable user properties retrieval until we get the status logics
Diffstat (limited to 'worker.cxx')
-rw-r--r-- | worker.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |