diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-06-22 13:11:20 +0200 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-06-23 07:57:14 +0200 |
commit | 7576f77799c3d446d3376b0801f218a86320480d (patch) | |
tree | 9632a4908ec787f79f39e8acf9db391494d928d3 /lib | |
parent | 5de8d0a4bc9744327703c1613fc5ac3f232f44a8 (diff) | |
download | libquotient-7576f77799c3d446d3376b0801f218a86320480d.tar.gz libquotient-7576f77799c3d446d3376b0801f218a86320480d.zip |
Drop QUOTIENT_API where it's undue
Diffstat (limited to 'lib')
-rw-r--r-- | lib/converters.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<Ts...>& v) } template <typename T> -struct QUOTIENT_API JsonConverter<std::variant<QString, T>> { +struct JsonConverter<std::variant<QString, T>> { static std::variant<QString, T> load(const QJsonValue& jv) { if (jv.isString()) |