From 7114b918064d5cf966d224a6e383adc7cca86c7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Sun, 11 Jul 2021 10:56:27 +0800 Subject: Refactor and rename variables --- controller.hxx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'controller.hxx') 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 - -using namespace QICClient; +#include 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 -- cgit v1.2.3