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 /worker.cxx | |
parent | 1b5d73dfec8797f3535b694a092582cfe0feb22e (diff) |
Separated the user properties retrieval function
Diffstat (limited to 'worker.cxx')
-rw-r--r-- | worker.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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() |