diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2020-07-16 15:59:04 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2020-07-16 15:59:04 +0800 |
commit | 3f8fd4249c5ddcf2cd5952c64678cb0a484669bf (patch) | |
tree | fb789f25016a20cca4040283d7101265bc83ffb7 /qicclient/member.hxx | |
parent | 54ed8aaa4f989196b76334b5fb84e5bbc846bc0e (diff) |
Implement account member function
Diffstat (limited to 'qicclient/member.hxx')
-rw-r--r-- | qicclient/member.hxx | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/qicclient/member.hxx b/qicclient/member.hxx index 631a8aa..aac831e 100644 --- a/qicclient/member.hxx +++ b/qicclient/member.hxx @@ -63,15 +63,6 @@ namespace QICClient { QString const& failPage = nullptr, size_t (*handler)(void*, size_t, size_t, void*) = nullptr); - void account(QString const& firstName, - QString const& lastName, - QString const& address1, - QString const& address2, - QString const& city, - QString const& state, - QString const& zip, - QString const& email, - QString const& phoneDay) {} void changePassword(QString const& passwordOld, QString const& password, QString const& verify) {} @@ -117,6 +108,11 @@ namespace QICClient { void setEmail(QString const& email); public slots: + void account(QString const& firstName, QString const& lastName, + QString const& address1, QString const& address2, + QString const& city, QString const& state, + QString const& zip, QString const& email, + QString const& phoneDay); void logOut(); signals: |