summaryrefslogtreecommitdiff
path: root/qicclient
diff options
context:
space:
mode:
Diffstat (limited to 'qicclient')
-rw-r--r--qicclient/client.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/qicclient/client.hxx b/qicclient/client.hxx
index b735299..0ab7a3d 100644
--- a/qicclient/client.hxx
+++ b/qicclient/client.hxx
@@ -32,13 +32,13 @@ namespace ICClient {
void order(icclient_ord_order** orderPtr,
QString const& sku,
icclient_catalog* catalog);
- void logIn(size_t (*handler)(void*, size_t, size_t, void*)
- , icclient_user* user
- , QString const& username
- , QString const& password
- , QString const& successPage = nullptr
- , QString const& nextPage = nullptr
- , QString const& failPage = nullptr);
+ void logIn(size_t (*handler)(void*, size_t, size_t, void*),
+ icclient_user* user,
+ QString const& username,
+ QString const& password,
+ QString const& successPage = nullptr,
+ QString const& nextPage = nullptr,
+ QString const& failPage = nullptr);
public slots:
/*