summaryrefslogtreecommitdiff
path: root/qicclient
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-11-18 19:25:35 +0700
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-11-18 19:25:35 +0700
commit2bf032f097da081fc45ff7249f789bdfe142fd28 (patch)
treef45764a8bef15d3a8a5a51c8949052fba2e8c3a6 /qicclient
parent5b388f581333d9d3eee1c993054354243be13183 (diff)
logIn takes page arguments and is not a slot any more
Diffstat (limited to 'qicclient')
-rw-r--r--qicclient/client.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/qicclient/client.hxx b/qicclient/client.hxx
index 893e47b..47f25fb 100644
--- a/qicclient/client.hxx
+++ b/qicclient/client.hxx
@@ -21,14 +21,17 @@ namespace ICClient {
, void* userdata));
void order(icclient_ord_order** orderPtr, QString const& sku
, icclient_catalog* catalog);
+ void logIn(QString const& username
+ , QString const& password
+ , QString const& successPage = nullptr
+ , QString const& nextPage = nullptr
+ , QString const& failPage = nullptr);
public slots:
/*
void remove(unsigned int const& indices);
void checkout();
*/
- void logIn(QString const& username
- , QString const& password);
/*
void account(QString const& firstName
, QString const& lastName