mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
Removed const
I don't get why, but I trust @m-kuhn and I'll follow his advice :)
This commit is contained in:
parent
e59d6fee22
commit
266f145c99
@ -195,7 +195,7 @@ class GUI_EXPORT QgsAttributeEditorContext
|
|||||||
* \see setFormFeature()
|
* \see setFormFeature()
|
||||||
* \since QGIS 3.2
|
* \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
|
* Set current \a feature for the currently edited form or table row
|
||||||
|
Loading…
x
Reference in New Issue
Block a user