From c7437e1a93fc9ee7ab466aafe393daf967f3771c 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: Tue, 14 Mar 2023 10:36:56 +0800 Subject: Requested path on flypage signal as flypage is generic, so the caller will need to know the context. --- interchange.hxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'interchange.hxx') diff --git a/interchange.hxx b/interchange.hxx index ae5d5e8..10e3ad5 100644 --- a/interchange.hxx +++ b/interchange.hxx @@ -66,13 +66,15 @@ namespace QInterchange { void order(QString const& sku); signals: - void gotFlypage(QString const& response); + void gotFlypage(QString const& path, + QString const& response); void gotCatalog(QString const& response); void gotProduct(QString const& response); void gotOrder(QString const& response); protected: - void emitFlypage(QString const& response); + void emitFlypage(QString const& path, + QString const& response); void emitCatalog(QString const& response); void emitProduct(QString const& response); void emitOrder(QString const& response); -- cgit v1.2.3