Skip to content

Commit

Permalink
Update src/core/qgsjsonutils.h
Browse files Browse the repository at this point in the history
Co-Authored-By: Matthias Kuhn <matthias@opengis.ch>
  • Loading branch information
elpaso and m-kuhn committed Jun 10, 2019
1 parent 660e451 commit ef6dd4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsjsonutils.h
Expand Up @@ -353,7 +353,7 @@ class CORE_EXPORT QgsJsonUtils
static QVariant parseJson( const std::string &jsonString ) SIP_SKIP;

/**
* Converts JSON std::string \a jsonString to a QVariant, in case of parsing error an invalid QVariant is returned.
* Converts JSON \a jsonString to a QVariant, in case of parsing error an invalid QVariant is returned.
* \note Not available in Python bindings
* \since QGIS 3.8
*/
Expand Down

0 comments on commit ef6dd4e

Please sign in to comment.