File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments