diff options
Diffstat (limited to 'qicclient/client.hxx')
-rw-r--r-- | qicclient/client.hxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/qicclient/client.hxx b/qicclient/client.hxx index 984996c..1939d3d 100644 --- a/qicclient/client.hxx +++ b/qicclient/client.hxx @@ -53,14 +53,6 @@ namespace QICClient { */ void order(QString const& sku, Catalog const& catalog, Ord& order); - public slots: - /* - void remove(unsigned int const& indices); - void checkout(); - void newItem(QString const& description, QString const& comment, - QString const& price, QString const& imagePath); - */ - signals: void gotResults(Catalog* catalog); void gotFlyPage(shared_ptr<Product> product); |