diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2020-06-19 16:11:22 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2020-06-19 16:11:22 +0800 |
commit | 7277060f8dfb01c8f44a3242d8d642f85609a8ed (patch) | |
tree | 49da996a490913ed88f17269c4f8a77c3392c12b /qicclient | |
parent | 970b0293300b3280c577b5f1c01f0f5d6f666d73 (diff) |
Tidy up a bit
Diffstat (limited to 'qicclient')
-rw-r--r-- | qicclient/client.hxx | 14 |
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: /* |