summaryrefslogtreecommitdiff
path: root/controller.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'controller.hxx')
-rw-r--r--controller.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/controller.hxx b/controller.hxx
index f0f3a1f..13b981d 100644
--- a/controller.hxx
+++ b/controller.hxx
@@ -11,9 +11,11 @@ class Controller : public QObject
~Controller();
public slots:
void signUp(QString const& brand);
- void catalog(QString const& brand);
+ void allProducts(QString const& brand);
signals:
void pushed();
+ protected:
+ void link(QString const& brand);
};
#endif