Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Doc: mark QgsDataProvider::enterUpdateMode() / leaveUpdateMode() as a…
…vailable in QGIS 2.14.4
  • Loading branch information
rouault committed May 29, 2016
1 parent eafaa1d commit 8fafd3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions python/core/qgsdataprovider.sip
Expand Up @@ -242,7 +242,7 @@ class QgsDataProvider : QObject
*
* @return true in case of success (or no-op implementation), false in case of failure
*
* @note added in QGIS 2.16
* @note added in QGIS 2.14.4
*/
virtual bool enterUpdateMode();

Expand All @@ -260,7 +260,7 @@ class QgsDataProvider : QObject
*
* @return true in case of success (or no-op implementation), false in case of failure
*
* @note added in QGIS 2.16
* @note added in QGIS 2.14.4
*/
virtual bool leaveUpdateMode();

Expand Down
4 changes: 2 additions & 2 deletions src/core/qgsdataprovider.h
Expand Up @@ -330,7 +330,7 @@ class CORE_EXPORT QgsDataProvider : public QObject
*
* @return true in case of success (or no-op implementation), false in case of failure.
*
* @note added in QGIS 2.16
* @note added in QGIS 2.14.4
*/
virtual bool enterUpdateMode() { return true; }

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

Expand Down

0 comments on commit 8fafd3d

Please sign in to comment.