diff options
Diffstat (limited to 'qobject')
-rw-r--r-- | qobject/qdict.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/qobject/qdict.c b/qobject/qdict.c index eeade159cc..19df837c55 100644 --- a/qobject/qdict.c +++ b/qobject/qdict.c @@ -177,8 +177,7 @@ size_t qdict_size(const QDict *qdict) /** * qdict_get_obj(): Get a QObject of a specific type */ -static QObject *qdict_get_obj(const QDict *qdict, const char *key, - qtype_code type) +static QObject *qdict_get_obj(const QDict *qdict, const char *key, QType type) { QObject *obj; |