Skip to content

Commit 6d55e72

Browse files
elpasonyalldawson
authored andcommittedApr 17, 2019
More doxy
1 parent 39bb361 commit 6d55e72

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed
 

‎src/core/qgsdataprovider.h‎

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -526,9 +526,8 @@ class CORE_EXPORT QgsDataProvider : public QObject
526526
* Returns data provider coordinate transform context
527527
*
528528
* \see setTransformContext()
529-
*
530-
* \since QGIS 3.8
531529
* \note not available in Python bindings
530+
* \since QGIS 3.8
532531
*/
533532
QgsCoordinateTransformContext transformContext() const SIP_SKIP;
534533

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

0 commit comments

Comments
 (0)
Please sign in to comment.