Skip to content

Commit

Permalink
More doxy
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso authored and nyalldawson committed Apr 17, 2019
1 parent 39bb361 commit 6d55e72
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/core/qgsdataprovider.h
Original file line number Diff line number Diff line change
Expand Up @@ -526,9 +526,8 @@ class CORE_EXPORT QgsDataProvider : public QObject
* Returns data provider coordinate transform context
*
* \see setTransformContext()
*
* \since QGIS 3.8
* \note not available in Python bindings
* \since QGIS 3.8
*/
QgsCoordinateTransformContext transformContext() const SIP_SKIP;

Expand All @@ -539,9 +538,8 @@ class CORE_EXPORT QgsDataProvider : public QObject
* additional actions required by a change of coordinate transform context.
*
* \see transformContext()
*
* \since QGIS 3.8
* \note not available in Python bindings
* \since QGIS 3.8
*/
virtual void setTransformContext( const QgsCoordinateTransformContext &transformContext ) SIP_SKIP;

Expand Down

0 comments on commit 6d55e72

Please sign in to comment.