diff options
| author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-09 19:55:28 +0800 |
|---|---|---|
| committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-09 19:55:28 +0800 |
| commit | a1e538564d4b2a60be70a32ec39afdba249ce37d (patch) | |
| tree | 98ff5e3531bf8c70369dc846c0d653e4ea878128 /qicclient/admin.hxx | |
| parent | 982495a8ee6932f4a1586faf0c853ebaf951000f (diff) | |
Add support for Emscripten
Diffstat (limited to 'qicclient/admin.hxx')
| -rw-r--r-- | qicclient/admin.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qicclient/admin.hxx b/qicclient/admin.hxx index f19f167..c123a2d 100644 --- a/qicclient/admin.hxx +++ b/qicclient/admin.hxx @@ -2,6 +2,7 @@ #define QICCLIENT_ADMIN_HXX #include <QObject> +#include <icclient/typedefs.h> #include <icclient/admin.h> struct icclient_admin; @@ -31,8 +32,7 @@ namespace QICClient { QString const& successPage = nullptr, QString const& nextPage = nullptr, QString const& failPage = nullptr, - size_t (*handler)(void*, size_t, size_t, - void*) = nullptr); + icclient_handler handler = nullptr); QString const& userName() const { return m_userName; } QString const& password() const { return m_password; } |