From fcd4ae221938ce8f18853c214effc9948e5c58c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Thu, 17 Jun 2021 10:58:21 +0800 Subject: Deactivate one results until a non-conflicting name if chosen --- client.cxx | 4 ++-- qicclient.hxx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client.cxx b/client.cxx index d4b2237..9abb081 100644 --- a/client.cxx +++ b/client.cxx @@ -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. -- cgit v1.2.3