diff options
Diffstat (limited to 'controller.hxx')
| -rw-r--r-- | controller.hxx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/controller.hxx b/controller.hxx index b2733fc..f0f3a1f 100644 --- a/controller.hxx +++ b/controller.hxx @@ -9,8 +9,11 @@ class Controller : public QObject public: Controller(QObject* parent = nullptr); ~Controller(); - signals: + public slots: void signUp(QString const& brand); + void catalog(QString const& brand); + signals: + void pushed(); }; #endif |