diff options
| author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-27 08:55:15 +0800 | 
|---|---|---|
| committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-27 08:55:15 +0800 | 
| commit | 552b14eeda6fc65c6246224425a03a4bf1b31154 (patch) | |
| tree | 05b7edf4b381760956787f79487bf7d2bd392394 /qicclient | |
| parent | 8d0304106b5aafda286c93034f0f7976dcfcdff4 (diff) | |
Adjust with the new allproducts function name
Diffstat (limited to 'qicclient')
| -rw-r--r-- | qicclient/client.hxx | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/qicclient/client.hxx b/qicclient/client.hxx index 27ba2af..4994ad9 100644 --- a/qicclient/client.hxx +++ b/qicclient/client.hxx @@ -16,7 +16,7 @@ namespace ICClient {  			Client(char const* url, char const* certificate = nullptr);  			~Client(); -			void productAll(icclient_catalog** catalogptr +			void allProducts(icclient_catalog** catalogptr  					, size_t (*callback)(void* contents  						, size_t size, size_t nmemb  						, void* userdata)); @@ -26,7 +26,7 @@ namespace ICClient {  			void logOut();  		signals: -			void gotProductAll(icclient_catalog* catalog); +			void gotAllProducts(icclient_catalog* catalog);  			void loggedIn(QString const& username);  			void loggedOut();  	}; |