diff options
Diffstat (limited to 'gui/qubjson.h')
-rw-r--r-- | gui/qubjson.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/qubjson.h b/gui/qubjson.h index a5e38e50..7ca043d4 100644 --- a/gui/qubjson.h +++ b/gui/qubjson.h @@ -31,4 +31,4 @@ class QIODevice; -QVariantMap decodeUBJSONObject(QIODevice *io); +QVariant decodeUBJSONObject(QIODevice *io); |