diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-05 21:21:52 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-05 21:21:52 +0800 |
commit | 89bff3fa5d58aeb0d507d633aa058d781f06a8c0 (patch) | |
tree | a3b23ad8052601e75b1c7e317d6b469c745b36a8 /controller.hxx | |
parent | 3df0c7543d9b1a63af736acc490a27f18ef6de7a (diff) |
Connected a more straightforward signal to login
Diffstat (limited to 'controller.hxx')
-rw-r--r-- | controller.hxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/controller.hxx b/controller.hxx index 8b98328..d98a735 100644 --- a/controller.hxx +++ b/controller.hxx @@ -8,12 +8,8 @@ class Controller : public QObject Q_OBJECT public: - Controller(); + Controller(QObject* parent = nullptr); ~Controller(); - Q_INVOKABLE void logIn(QString const& name, QString const& password); - - signals: - void credentialsObtained(QString const& name, QString const& password); private: QThread thread; |