summaryrefslogtreecommitdiff
path: root/controller.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'controller.hxx')
-rw-r--r--controller.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/controller.hxx b/controller.hxx
index 845179b..b2733fc 100644
--- a/controller.hxx
+++ b/controller.hxx
@@ -1,9 +1,7 @@
#ifndef CONTROLLER_HXX
#define CONTROLLER_HXX
-#include <qicclient.hxx>
-
-using namespace QICClient;
+#include <QObject>
class Controller : public QObject
{
@@ -12,7 +10,7 @@ class Controller : public QObject
Controller(QObject* parent = nullptr);
~Controller();
signals:
- void signUp(QString const& name);
+ void signUp(QString const& brand);
};
#endif