diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-04 15:24:19 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-04 15:24:19 +0800 |
commit | a1f19963ded5f99440feb13b8ca3b9aa06618350 (patch) | |
tree | 553b057b7e880789b25aabddffd6e40f72a6dfb0 | |
parent | 1b5d73dfec8797f3535b694a092582cfe0feb22e (diff) |
Separated the user properties retrieval function
m--------- | librtclient | 0 | ||||
-rw-r--r-- | worker.cxx | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/librtclient b/librtclient -Subproject 134ca7ec223e1d24b23ae6a8894d844baaf15c2 +Subproject ed0d6e131fd94f4ed151df12834feffa777db84 @@ -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() |