diff options
author | Erik Prabowo Kamal <erik@darapsa.co.id> | 2019-08-31 18:15:48 +0800 |
---|---|---|
committer | Erik Prabowo Kamal <erik@darapsa.co.id> | 2019-08-31 18:15:48 +0800 |
commit | a52ce8bdc2ebabc1f883f4573025e7526d96b80f (patch) | |
tree | 7bc1887a8feed67ea7b0dcb38dc972116d719896 /worker.cxx | |
parent | 2668e0fcf29f7c452320f4c53ebd599498a3498b (diff) |
The server URL setting is done at the rtclient's initialisation
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) |