From f8523b6e7c1a5cc7f984ddf25ff3ba7f2c39194a 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:30:16 +0800 Subject: newaccount, login, logout moved to member namespace --- client.cxx | 4 ++-- libicclient | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client.cxx b/client.cxx index 1ca6ddc..1279818 100644 --- a/client.cxx +++ b/client.cxx @@ -54,7 +54,7 @@ namespace QICClient { QString const& password, QString const& successPage, QString const& nextPage, QString const& failPage) { - icclient_login(handler, member, username.toLatin1().constData(), + icclient_member_login(handler, member, username.toLatin1().constData(), password.toLatin1().constData(), successPage.toLatin1().constData(), nextPage.toLatin1().constData(), @@ -64,7 +64,7 @@ namespace QICClient { void Client::logOut() { - icclient_logout(); + icclient_member_logout(); emit loggedOut(); } diff --git a/libicclient b/libicclient index 6ff383c..1a1f3c0 160000 --- a/libicclient +++ b/libicclient @@ -1 +1 @@ -Subproject commit 6ff383c3d12dc215123fb975b453ca74b1bef162 +Subproject commit 1a1f3c047d36dd59958d3dba6e4fa690d2178fec -- cgit v1.2.3