diff options
-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. |