From e12a7aac030aaf53122da4b1bd55f3a97325f624 Mon Sep 17 00:00:00 2001 From: Alexey Rusakov Date: Sun, 28 Nov 2021 15:44:41 +0100 Subject: Fix CI breakage caused by the previous commit --- lib/converters.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/converters.h b/lib/converters.h index 8ec0fa81..f6d56527 100644 --- a/lib/converters.h +++ b/lib/converters.h @@ -62,6 +62,8 @@ inline T fromJson(const QJsonValue& jv) return JsonConverter::load(jv); } +inline QJsonValue fromJson(const QJsonValue& jv) { return jv; } + template inline T fromJson(const QJsonDocument& jd) { -- cgit v1.2.3