File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -149,14 +149,14 @@ class QgsVectorLayerEditBuffer : QObject
149
149
150
150
void updateLayerFields();
151
151
152
- /** Apply geom modification basing on provider geometry type.
153
- * Geom is modified only if successful convertion is possibile .
152
+ /** Apply geometry modification basing on provider geometry type.
153
+ * Geometry is modified or only if successful conversion is possible .
154
154
* In case of conversion a message is sent to the log.
155
155
* @param geometry pointer to the geometry that should be adapted to provider
156
156
* @return bool true if success.
157
- * Success means that input geometry is changed because conversion is applied or
157
+ * True: Input geometry is changed because conversion is applied or
158
158
* geometry is untouched if geometry conversion is not necessary.
159
- * Fail if conversion is not possible and geometry is untuched .
159
+ * False: Conversion is not possible and geometry is untouched .
160
160
* @note added in QGIS 2.18.14
161
161
*/
162
162
bool adaptGeometry( QgsGeometry* geometry );
Original file line number Diff line number Diff line change @@ -178,14 +178,14 @@ class CORE_EXPORT QgsVectorLayerEditBuffer : public QObject
178
178
179
179
void updateLayerFields ();
180
180
181
- /* * Apply geom modification basing on provider geometry type.
182
- * Geom is modified only if successful convertion is possibile .
181
+ /* * Apply geometry modification basing on provider geometry type.
182
+ * Geometry is modified only if successful conversion is possible .
183
183
* In case of conversion a message is sent to the log.
184
184
* @param geometry pointer to the geometry that should be adapted to provider
185
185
* @return bool true if success.
186
- * Success means that input geometry is changed because conversion is applied or
186
+ * True: Input geometry is changed because conversion is applied or
187
187
* geometry is untouched if geometry conversion is not necessary.
188
- * Fail if conversion is not possible and geometry is untuched .
188
+ * False: Conversion is not possible and geometry is untouched .
189
189
* @note added in QGIS 2.18.14
190
190
*/
191
191
bool adaptGeometry ( QgsGeometry* geometry );
You can’t perform that action at this time.
0 commit comments