summaryrefslogtreecommitdiff
path: root/qicclient/member.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'qicclient/member.hxx')
-rw-r--r--qicclient/member.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/qicclient/member.hxx b/qicclient/member.hxx
index b5e1f5b..6382434 100644
--- a/qicclient/member.hxx
+++ b/qicclient/member.hxx
@@ -57,8 +57,6 @@ namespace QICClient {
m_data{nullptr}
{}
~Member() {}
- static std::shared_ptr<Member> logIn(QString const& username, QString const& password,
- void (*handler)(icclient_fetch_t *) = nullptr);
QString const& userName() const { return m_userName; }
QString const& userNick() const { return m_userNick; }
@@ -102,6 +100,7 @@ namespace QICClient {
void setEmail(QString const& email);
public slots:
+ void logIn(QString const& username, QString const& password);
void account(QString const& firstName, QString const& lastName,
QString const& address1, QString const& address2,
QString const& city, QString const& state,