summaryrefslogtreecommitdiff
path: root/worker.cxx
diff options
context:
space:
mode:
authorErik Prabowo Kamal <erik@darapsa.co.id>2019-08-31 18:15:48 +0800
committerErik Prabowo Kamal <erik@darapsa.co.id>2019-08-31 18:15:48 +0800
commita52ce8bdc2ebabc1f883f4573025e7526d96b80f (patch)
tree7bc1887a8feed67ea7b0dcb38dc972116d719896 /worker.cxx
parent2668e0fcf29f7c452320f4c53ebd599498a3498b (diff)
The server URL setting is done at the rtclient's initialisation
Diffstat (limited to 'worker.cxx')
-rw-r--r--worker.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/worker.cxx b/worker.cxx
index 19ae358..071983e 100644
--- a/worker.cxx
+++ b/worker.cxx
@@ -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)