summaryrefslogtreecommitdiff
path: root/controller.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'controller.hxx')
-rw-r--r--controller.hxx6
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;