diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-17 10:58:21 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-17 10:58:21 +0800 |
commit | fcd4ae221938ce8f18853c214effc9948e5c58c2 (patch) | |
tree | 738802acfd319f4a72207af0591fd1adaeebe251 | |
parent | 54db60474ebd96e6821dea193397e0c96406d114 (diff) |
Deactivate one results until a non-conflicting name if chosen
-rw-r--r-- | client.cxx | 4 | ||||
-rw-r--r-- | qicclient.hxx | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -36,12 +36,12 @@ namespace QICClient { icclient_free_catalog(catalog); }, handleResults); } - +/* void Client::results(QString const& prodGroup, void (*handler)(icclient_fetch_t*)) { icclient_results(prodGroup.toLatin1().constData(), callback, handler); } - +*/ void Client::allProducts() { icclient_allproducts([](icclient_catalog* catalog) { diff --git a/qicclient.hxx b/qicclient.hxx index dc68326..bc060e8 100644 --- a/qicclient.hxx +++ b/qicclient.hxx @@ -28,7 +28,7 @@ namespace QICClient { * \param prodGroup The name of the product group. * \param handler A C style pointer to function for custom handling. */ - void results(QString const& prodGroup, void (*handler)(icclient_fetch_t*)); + //void results(QString const& prodGroup, void (*handler)(icclient_fetch_t*)); /*! * \brief For fetching data about all active products. * \param handler A C style pointer to function for custom handling. |