summaryrefslogtreecommitdiff
path: root/qicclient/member.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'qicclient/member.hxx')
-rw-r--r--qicclient/member.hxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/qicclient/member.hxx b/qicclient/member.hxx
index e2a3dcb..b5e1f5b 100644
--- a/qicclient/member.hxx
+++ b/qicclient/member.hxx
@@ -57,11 +57,7 @@ namespace QICClient {
m_data{nullptr}
{}
~Member() {}
- static std::shared_ptr<Member> logIn(QString const& username,
- QString const& password,
- QString const& successPage = nullptr,
- QString const& nextPage = nullptr,
- QString const& failPage = nullptr,
+ 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; }