summaryrefslogtreecommitdiff
path: root/worker.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'worker.hxx')
-rw-r--r--worker.hxx4
1 files changed, 4 insertions, 0 deletions
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