diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2020-07-11 10:03:41 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2020-07-11 10:03:41 +0800 |
commit | bd37f0cf61b9c520a7f9289919312fadff56b942 (patch) | |
tree | cc382933f0d992abdbacee0c11003e007f8f164d /qicclient/client.hxx | |
parent | f4f583a3e3bb2afa66b1b780f3a9e1f67e2d3494 (diff) |
Rename icclient_user to icclient_member
Diffstat (limited to 'qicclient/client.hxx')
-rw-r--r-- | qicclient/client.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qicclient/client.hxx b/qicclient/client.hxx index c6344f7..26d540d 100644 --- a/qicclient/client.hxx +++ b/qicclient/client.hxx @@ -3,7 +3,7 @@ #include <QObject> -struct icclient_user; +struct icclient_member; namespace QICClient { @@ -57,7 +57,7 @@ namespace QICClient { Basket& order); void logIn(size_t (*handler)(void*, size_t, size_t, void*), - icclient_user* user, + icclient_member* member, QString const& username, QString const& password, QString const& successPage = nullptr, @@ -94,7 +94,7 @@ namespace QICClient { signals: void gotResults(Catalog* catalog); void gotFlyPage(shared_ptr<Product> product); - void loggedIn(icclient_user* user); + void loggedIn(icclient_member* member); void loggedOut(); }; |