diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-12-02 21:18:30 +0100 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-12-02 21:18:30 +0100 |
commit | c3a0515ac2ead7b2d0653be3517836cd31be480e (patch) | |
tree | 462dd7b4d0649ab80c66ae749f64b896a24c53cc /lib/converters.h | |
parent | dc08fb9dfd474023084de9ce86f29f177ca52fdc (diff) | |
download | libquotient-c3a0515ac2ead7b2d0653be3517836cd31be480e.tar.gz libquotient-c3a0515ac2ead7b2d0653be3517836cd31be480e.zip |
Cleanup on Sonar issues
Diffstat (limited to 'lib/converters.h')
-rw-r--r-- | lib/converters.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/converters.h b/lib/converters.h index 90349019..9c3d5749 100644 --- a/lib/converters.h +++ b/lib/converters.h @@ -27,8 +27,8 @@ struct JsonObjectConverter { //! \brief The switchboard for extra conversion algorithms behind from/toJson //! //! This template is mainly intended for partial conversion specialisations -//! since from/toJson are functions and cannot be partially specialised; -//! another case for JsonConverter is to insulate types that can be constructed +//! since from/toJson are functions and cannot be partially specialised. +//! Another case for JsonConverter is to insulate types that can be constructed //! from basic types - namely, QVariant and QUrl can be directly constructed //! from QString and having an overload or specialisation for those leads to //! ambiguity between these and QJsonValue. For trivial (converting |