aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/converters.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/converters.h b/lib/converters.h
index f6d56527..84fab798 100644
--- a/lib/converters.h
+++ b/lib/converters.h
@@ -62,6 +62,7 @@ inline T fromJson(const QJsonValue& jv)
return JsonConverter<T>::load(jv);
}
+template<>
inline QJsonValue fromJson(const QJsonValue& jv) { return jv; }
template <typename T>