diff options
| author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-29 07:40:23 +0800 | 
|---|---|---|
| committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-29 07:40:23 +0800 | 
| commit | 0640cec9e13edd30b85c50da9943f6fb56aec0df (patch) | |
| tree | ec90c7813db12ecb1ed9885da9f01f718ba67db9 /qicclient | |
| parent | 73851e44295b0a1e1963689036a0f60c4cbb8330 (diff) | |
Revert "Client triggers catalog to update directly"
This reverts commit 73851e44295b0a1e1963689036a0f60c4cbb8330.
Diffstat (limited to 'qicclient')
| -rw-r--r-- | qicclient/client.hxx | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/qicclient/client.hxx b/qicclient/client.hxx index 5531d53..bccd665 100644 --- a/qicclient/client.hxx +++ b/qicclient/client.hxx @@ -3,8 +3,8 @@  #include <QObject>  #include <icclient/product.h> -#include "catalog.hxx" +struct icclient_catalog;  struct icclient_order;  namespace ICClient { @@ -17,8 +17,7 @@ namespace ICClient {  			Client(char const* url, char const* certificate = nullptr);  			~Client(); -			void allProducts(Catalog* catalog -					, size_t (*handler)(void* contents +			void allProducts(size_t (*handler)(void* contents  						, size_t size, size_t nmemb  						, void* userdata)); @@ -53,6 +52,7 @@ namespace ICClient {  					*/  		signals: +			void gotAllProducts(icclient_catalog* catalog);  			void ordered(icclient_order* order);  			void loggedIn(QString const& userName);  			void loggedOut(); |