diff options
Diffstat (limited to 'qicclient.hxx')
-rw-r--r-- | qicclient.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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. |