Skip to content

Commit 8fafd3d

Browse files
committed
Doc: mark QgsDataProvider::enterUpdateMode() / leaveUpdateMode() as available in QGIS 2.14.4
1 parent eafaa1d commit 8fafd3d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

python/core/qgsdataprovider.sip

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ class QgsDataProvider : QObject
242242
*
243243
* @return true in case of success (or no-op implementation), false in case of failure
244244
*
245-
* @note added in QGIS 2.16
245+
* @note added in QGIS 2.14.4
246246
*/
247247
virtual bool enterUpdateMode();
248248

@@ -260,7 +260,7 @@ class QgsDataProvider : QObject
260260
*
261261
* @return true in case of success (or no-op implementation), false in case of failure
262262
*
263-
* @note added in QGIS 2.16
263+
* @note added in QGIS 2.14.4
264264
*/
265265
virtual bool leaveUpdateMode();
266266

src/core/qgsdataprovider.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ class CORE_EXPORT QgsDataProvider : public QObject
330330
*
331331
* @return true in case of success (or no-op implementation), false in case of failure.
332332
*
333-
* @note added in QGIS 2.16
333+
* @note added in QGIS 2.14.4
334334
*/
335335
virtual bool enterUpdateMode() { return true; }
336336

@@ -348,7 +348,7 @@ class CORE_EXPORT QgsDataProvider : public QObject
348348
*
349349
* @return true in case of success (or no-op implementation), false in case of failure.
350350
*
351-
* @note added in QGIS 2.16
351+
* @note added in QGIS 2.14.4
352352
*/
353353
virtual bool leaveUpdateMode() { return true; }
354354

0 commit comments

Comments
 (0)