summaryrefslogtreecommitdiff
path: root/admin.cxx
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2021-06-13 17:49:57 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2021-06-13 17:49:57 +0800
commitd6e1d66de6b539b6af4a7f517d84a07f17e75c2f (patch)
treece226a5aacb0de6cdee4494e60cfe5b888f96bba /admin.cxx
parentf91691a987aaca4a16a2ffe8d4ad3b6c6b8c8059 (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.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin.cxx b/admin.cxx
index 6ff1566..5b0d468 100644
--- a/admin.cxx
+++ b/admin.cxx
@@ -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(),