aboutsummaryrefslogtreecommitdiffstats
path: root/qdict.h
diff options
context:
space:
mode:
Diffstat (limited to 'qdict.h')
-rw-r--r--qdict.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qdict.h b/qdict.h
index 2eaf6d54d..579dcddc7 100644
--- a/qdict.h
+++ b/qdict.h
@@ -37,6 +37,7 @@ void qdict_iter(const QDict *qdict,
qdict_put_obj(qdict, key, QOBJECT(obj))
/* High level helpers */
+double qdict_get_double(const QDict *qdict, const char *key);
int64_t qdict_get_int(const QDict *qdict, const char *key);
int qdict_get_bool(const QDict *qdict, const char *key);
QList *qdict_get_qlist(const QDict *qdict, const char *key);