summaryrefslogtreecommitdiff
path: root/interchange.hxx
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-03-14 11:09:15 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-03-14 11:09:15 +0800
commit9de5897f3769ef17e146d436d9e14d1f13c3510e (patch)
tree3d7a74c303d198ccff7a3c7753914307f31e21ac /interchange.hxx
parentc7437e1a93fc9ee7ab466aafe393daf967f3771c (diff)
Back to page
Diffstat (limited to 'interchange.hxx')
-rw-r--r--interchange.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/interchange.hxx b/interchange.hxx
index 10e3ad5..f412377 100644
--- a/interchange.hxx
+++ b/interchange.hxx
@@ -35,7 +35,7 @@ namespace QInterchange {
* a relative path.
* \param path The path.
*/
- void flypage(QString const& path);
+ void page(QString const& path);
/*!
* \brief For fetching products that belong a specific group.
* \param prodGroup The name of the product group.
@@ -66,14 +66,14 @@ namespace QInterchange {
void order(QString const& sku);
signals:
- void gotFlypage(QString const& path,
+ void gotPage(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& path,
+ void emitPage(QString const& path,
QString const& response);
void emitCatalog(QString const& response);
void emitProduct(QString const& response);