Skip to content

Commit

Permalink
Removed const
Browse files Browse the repository at this point in the history
I don't get why, but I trust @m-kuhn and I'll follow his advice :)
  • Loading branch information
elpaso committed May 15, 2018
1 parent e59d6fe commit 266f145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsattributeeditorcontext.h
Expand Up @@ -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
Expand Down

0 comments on commit 266f145

Please sign in to comment.