diff options
| author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-13 17:49:57 +0800 |
|---|---|---|
| committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-13 17:49:57 +0800 |
| commit | d6e1d66de6b539b6af4a7f517d84a07f17e75c2f (patch) | |
| tree | ce226a5aacb0de6cdee4494e60cfe5b888f96bba /admin.cxx | |
| parent | f91691a987aaca4a16a2ffe8d4ad3b6c6b8c8059 (diff) | |
gotResults now passes icclient_fetch_t*
so the signal can be connected to some slot.
Diffstat (limited to 'admin.cxx')
| -rw-r--r-- | admin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ namespace QICClient { std::shared_ptr<Admin> Admin::logIn(QString const& username, QString const& password, QString const& successPage, QString const& nextPage, QString const& failPage, - icclient_handler handler) + void (*handler)(icclient_fetch_t *)) { auto admin = new Admin{}; admin->setData(icclient_admin_login(username.toLatin1().constData(), |