diff options
author | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-01 17:17:08 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-01 17:17:08 +0700 |
commit | 94a6441070c2f3dc914c213829985f04d86c66de (patch) | |
tree | e603fcb11a4d3106d1f5c3bdb8883ae0ab7ad5ea /worker.cxx | |
parent | 928e7f942b7dd54d1c5de0b4d37f825e31e1f251 (diff) | |
parent | a52ce8bdc2ebabc1f883f4573025e7526d96b80f (diff) |
Merge branch 'master' of ssh://darapsa.co.id/usr/local/git/kelakon into development
* 'master' of ssh://darapsa.co.id/usr/local/git/kelakon:
The server URL setting is done at the rtclient's initialisation
Made sure the user and controller singletons are instantiated early
Diffstat (limited to 'worker.cxx')
-rw-r--r-- | worker.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ Worker::Worker(QObject* parent) : QObject{parent} { - rtclient_init(); + rtclient_init("https://darapsa.co.id/rt"); } void Worker::logIn(QString const& name, QString const& password) |