File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ Returns whether values from the joined layer should be cached in memory to speed
113113
114114 void setEditable( bool enabled );
115115%Docstring
116- Sets whether the form of the target layer allows to edit joined fields.
116+ Sets whether the form of the target layer allows editing joined fields.
117117.. versionadded:: 3.0
118118%End
119119
Original file line number Diff line number Diff line change @@ -39,6 +39,9 @@ images/svg/symbol/red-marker.svg
3939images/themes/default/propertyicons/diagram.svg
4040images/themes/default/propertyicons/general.svg
4141images/themes/default/svgbase/hammer.svg
42+ images/themes/default/mIconJoinHasNotUpsertOnEdit.svg
43+ images/themes/default/mIconJoinNotEditable.svg
44+ images/themes/default/mIconJoinedLayerNotEditable.svg
4245LexerR.py
4346python/plugins/MetaSearch/resources/connections-default.xml
4447python/plugins/processing/algs/grass7/description/i.landsat.toar.txt
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ class CORE_EXPORT QgsVectorLayerJoinInfo
8787 */
8888 bool isEditable () const { return mEditable ; }
8989
90- /* * Sets whether the form of the target layer allows to edit joined fields.
90+ /* * Sets whether the form of the target layer allows editing joined fields.
9191 * \since QGIS 3.0
9292 */
9393 void setEditable ( bool enabled );
You can’t perform that action at this time.
0 commit comments