Removed const

I don't get why, but I trust @m-kuhn and I'll follow his advice :)
This commit is contained in:
Alessandro Pasotti 2018-05-14 10:17:58 +02:00
parent e59d6fee22
commit 266f145c99

View File

@ -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