diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-10-22 18:08:56 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-10-22 18:08:56 +0800 |
commit | 560a47463ec705715b4ce5f53a39030feb48e305 (patch) | |
tree | a00f752859accc00bc4b4f28a9480ef17ed53821 /qicclient | |
parent | 0a94e177d28a1257dbe9cd4b8ff3c97fba3dfd46 (diff) |
order is not a slot and takes a catalog argument
Diffstat (limited to 'qicclient')
-rw-r--r-- | qicclient/client.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qicclient/client.hxx b/qicclient/client.hxx index 6121c5e..470018a 100644 --- a/qicclient/client.hxx +++ b/qicclient/client.hxx @@ -19,10 +19,10 @@ namespace ICClient { void allProducts(size_t (*handler)(void* contents , size_t size, size_t nmemb , void* userdata)); + void order(QString const& sku, icclient_catalog* catalog); public slots: /* - void order(QString const& sku); void remove(unsigned int const& indices); void checkout(); */ |