From a52ce8bdc2ebabc1f883f4573025e7526d96b80f Mon Sep 17 00:00:00 2001 From: Erik Prabowo Kamal Date: Sat, 31 Aug 2019 18:15:48 +0800 Subject: The server URL setting is done at the rtclient's initialisation --- worker.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'worker.cxx') 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) -- cgit v1.2.3