diff options
| author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-07-13 08:34:50 +0800 |
|---|---|---|
| committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-07-13 08:34:50 +0800 |
| commit | 93a857da620f0f102ceb310dff48dac3573c7dc3 (patch) | |
| tree | 15ae67aab7f3bc022e63ccc21a842475e75ee753 /qicclient.hxx | |
| parent | 597163edb74e7cef5da39361f67686c2d5cac902 (diff) | |
Conform to icclient_page
Diffstat (limited to 'qicclient.hxx')
| -rw-r--r-- | qicclient.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qicclient.hxx b/qicclient.hxx index 88f07d8..e52145e 100644 --- a/qicclient.hxx +++ b/qicclient.hxx @@ -51,7 +51,7 @@ namespace QICClient { * \brief For fetching data from a specific path. * \param path The path. */ - void path(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. @@ -65,12 +65,12 @@ namespace QICClient { signals: void gotCatalog(QString const& response); void gotProduct(QString const& response); - void gotPath(QString const& response); + void gotPage(QString const& response); protected: void emitCatalog(QString const& response); void emitProduct(QString const& response); - void emitPath(QString const& response); + void emitPage(QString const& response); }; } |