summaryrefslogtreecommitdiff
path: root/qicclient.hxx
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2021-06-18 10:08:22 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2021-06-18 10:08:33 +0800
commitac8541c6cf3b5dc6936e458dde83e1eebf0ce9d2 (patch)
tree98ffca3db82c390723a04729bd5c3656a8d25c32 /qicclient.hxx
parent8f0eff6c7726bc6f5681784f72e054477915ec6d (diff)
Change results emitted class
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);
};