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/user.hxx | |
parent | f4f583a3e3bb2afa66b1b780f3a9e1f67e2d3494 (diff) |
Rename icclient_user to icclient_member
Diffstat (limited to 'qicclient/user.hxx')
-rw-r--r-- | qicclient/user.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
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 <QObject> #include <icclient/member.h> -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(); |