summaryrefslogtreecommitdiff
path: root/qicclient.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'qicclient.hxx')
-rw-r--r--qicclient.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/qicclient.hxx b/qicclient.hxx
index d44b1a4..df9da45 100644
--- a/qicclient.hxx
+++ b/qicclient.hxx
@@ -61,7 +61,7 @@ namespace QICClient {
void strapAllProducts();
signals:
- void gotResponse(icclient_response* response);
+ void gotResults(QString const& results);
void gotCatalog(Catalog* catalog);
void gotFlyPage(shared_ptr<Product> product);
};