From ac8541c6cf3b5dc6936e458dde83e1eebf0ce9d2 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: Fri, 18 Jun 2021 10:08:22 +0800 Subject: Change results emitted class --- qicclient.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qicclient.hxx') 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); }; -- cgit v1.2.3