diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-17 22:26:34 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-17 22:26:34 +0800 |
commit | 233038776d63980494929f745d90af86a55e12ab (patch) | |
tree | 7db1f3f40e0eeb0f4a77b928037382201c437392 /qicclient.hxx | |
parent | 254a14644fff30532bbef08d8a5939605407cac1 (diff) |
Rename fetch to response
Diffstat (limited to 'qicclient.hxx')
-rw-r--r-- | qicclient.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qicclient.hxx b/qicclient.hxx index c290214..2acaf5b 100644 --- a/qicclient.hxx +++ b/qicclient.hxx @@ -34,7 +34,7 @@ namespace QICClient { * \param handler A C style pointer to function for custom handling. */ void allproducts(void (*handler)(icclient_response*) = nullptr); - void emitResults(icclient_response* fetch); + void emitResults(icclient_response* response); void emitCatalog(icclient_catalog* catalog); /*! * \brief For fetching data about a specific product. @@ -62,7 +62,7 @@ namespace QICClient { void allProducts(); signals: - void gotResults(icclient_response* fetch); + void gotResults(icclient_response* response); void gotCatalog(Catalog* catalog); void gotFlyPage(shared_ptr<Product> product); }; |