Skip to content

Commit

Permalink
Code layout
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso authored and nyalldawson committed Apr 3, 2020
1 parent 61aff3a commit 8ac0a3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/gui/auto_generated/qgsfieldmappingwidget.sip.in
Expand Up @@ -11,7 +11,7 @@
class QgsFieldMappingWidget : QWidget
{
%Docstring
The QgsFieldMappingWidget class allows to define a map from one set of QgsFields to another,
The QgsFieldMappingWidget class creates a mapping from one set of QgsFields to another,
for each set of "destination" fields an expression defines how to obtain the values of the
"destination" fields.

Expand Down
2 changes: 1 addition & 1 deletion src/gui/qgsfieldmappingwidget.h
Expand Up @@ -26,7 +26,7 @@

/**
* \ingroup gui
* The QgsFieldMappingWidget class allows to define a map from one set of QgsFields to another,
* The QgsFieldMappingWidget class creates a mapping from one set of QgsFields to another,
* for each set of "destination" fields an expression defines how to obtain the values of the
* "destination" fields.
* \since QGIS 3.14
Expand Down

0 comments on commit 8ac0a3d

Please sign in to comment.