From 07c432faf992781868f4d24b417c9cabb52a33d5 Mon Sep 17 00:00:00 2001 From: Erik Prabowo Kamal Date: Fri, 30 Aug 2019 18:53:52 +0800 Subject: Managed to post login credentials to the RT server For now, it's just to get a response --- worker.hxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'worker.hxx') diff --git a/worker.hxx b/worker.hxx index cdb2811..660361e 100644 --- a/worker.hxx +++ b/worker.hxx @@ -6,9 +6,13 @@ class Worker : public QObject { Q_OBJECT + public: explicit Worker(QObject* parent = nullptr); virtual ~Worker(); + + public slots: + void logIn(QString const& name, QString const& password); }; #endif // WORKER_HXX -- cgit v1.2.3