diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-07-11 10:56:27 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-07-11 10:56:27 +0800 |
commit | 7114b918064d5cf966d224a6e383adc7cca86c7f (patch) | |
tree | a304e5685cd73917ffcbf697078784abbba738bd /controller.hxx | |
parent | 5d0a833af478b87f4fb815e37da0beb5a09c6067 (diff) |
Refactor and rename variables
Diffstat (limited to 'controller.hxx')
-rw-r--r-- | controller.hxx | 6 |
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 |