Skip to content

Commit

Permalink
Dox
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Sep 18, 2018
1 parent 9ac3312 commit 335a696
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/core/auto_generated/qgsxmlutils.sip.in
Expand Up @@ -60,6 +60,7 @@ Supported types are
- QVariant.Double
- QVariant.String
- :py:class:`QgsProperty` (since QGIS 3.4)
- :py:class:`QgsCoordinateReferenceSystem` (since QGIS 3.4)
%End

static QVariant readVariant( const QDomElement &element );
Expand Down
1 change: 1 addition & 0 deletions src/core/qgsxmlutils.h
Expand Up @@ -67,6 +67,7 @@ class CORE_EXPORT QgsXmlUtils
* - QVariant::Double
* - QVariant::String
* - QgsProperty (since QGIS 3.4)
* - QgsCoordinateReferenceSystem (since QGIS 3.4)
*/
static QDomElement writeVariant( const QVariant &value, QDomDocument &doc );

Expand Down

0 comments on commit 335a696

Please sign in to comment.