From 7576f77799c3d446d3376b0801f218a86320480d Mon Sep 17 00:00:00 2001 From: Alexey Rusakov Date: Wed, 22 Jun 2022 13:11:20 +0200 Subject: Drop QUOTIENT_API where it's undue --- lib/converters.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/converters.h b/lib/converters.h index c985fd60..385982ab 100644 --- a/lib/converters.h +++ b/lib/converters.h @@ -228,7 +228,7 @@ inline QJsonValue toJson(const std::variant& v) } template -struct QUOTIENT_API JsonConverter> { +struct JsonConverter> { static std::variant load(const QJsonValue& jv) { if (jv.isString()) -- cgit v1.2.3