File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -526,9 +526,8 @@ class CORE_EXPORT QgsDataProvider : public QObject
526
526
* Returns data provider coordinate transform context
527
527
*
528
528
* \see setTransformContext()
529
- *
530
- * \since QGIS 3.8
531
529
* \note not available in Python bindings
530
+ * \since QGIS 3.8
532
531
*/
533
532
QgsCoordinateTransformContext transformContext () const SIP_SKIP;
534
533
@@ -539,9 +538,8 @@ class CORE_EXPORT QgsDataProvider : public QObject
539
538
* additional actions required by a change of coordinate transform context.
540
539
*
541
540
* \see transformContext()
542
- *
543
- * \since QGIS 3.8
544
541
* \note not available in Python bindings
542
+ * \since QGIS 3.8
545
543
*/
546
544
virtual void setTransformContext ( const QgsCoordinateTransformContext &transformContext ) SIP_SKIP;
547
545
You can’t perform that action at this time.
0 commit comments