From 266f145c99219e0741069d668b6917bc2fd3f279 Mon Sep 17 00:00:00 2001 From: Alessandro Pasotti Date: Mon, 14 May 2018 10:17:58 +0200 Subject: [PATCH] Removed const I don't get why, but I trust @m-kuhn and I'll follow his advice :) --- src/gui/qgsattributeeditorcontext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/qgsattributeeditorcontext.h b/src/gui/qgsattributeeditorcontext.h index 5aa09acf6467..b1c2e6671007 100644 --- a/src/gui/qgsattributeeditorcontext.h +++ b/src/gui/qgsattributeeditorcontext.h @@ -195,7 +195,7 @@ class GUI_EXPORT QgsAttributeEditorContext * \see setFormFeature() * \since QGIS 3.2 */ - const QgsFeature formFeature() const { return mFormFeature; } + QgsFeature formFeature() const { return mFormFeature; } /** * Set current \a feature for the currently edited form or table row