From bd37f0cf61b9c520a7f9289919312fadff56b942 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=20=EA=A6=AB=EA=A6=B6=20=EA=A6=8F=EA=A7=80?= =?UTF-8?q?=EA=A6=A6=EA=A6=BF=20=EA=A6=A7=20=EA=A6=AE=20=EA=A6=91=20?= =?UTF-8?q?=EA=A6=A9=20=EA=A6=AD=EA=A7=80?= Date: Sat, 11 Jul 2020 10:03:41 +0800 Subject: Rename icclient_user to icclient_member --- qicclient/client.hxx | 6 +++--- qicclient/user.hxx | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'qicclient') 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 -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); - void loggedIn(icclient_user* user); + void loggedIn(icclient_member* member); void loggedOut(); }; diff --git a/qicclient/user.hxx b/qicclient/user.hxx index a100b8d..bb3ca00 100644 --- a/qicclient/user.hxx +++ b/qicclient/user.hxx @@ -4,7 +4,7 @@ #include #include -struct icclient_user; +struct icclient_member; namespace QICClient { @@ -97,7 +97,7 @@ namespace QICClient { void setEmail(QString const& email); public slots: - void update(icclient_user* user); + void update(icclient_member* member); signals: void userNameChanged(); -- cgit v1.2.3