summaryrefslogtreecommitdiff
path: root/controller.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'controller.hxx')
-rw-r--r--controller.hxx5
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