Merge pull request #7241 from tudorbarascu/typo

fix dislpay typo
This commit is contained in:
Matthias Kuhn 2018-06-14 13:23:09 +02:00 committed by GitHub
commit 2fe394be1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View File

@ -26,7 +26,7 @@ The QgsMapLayerComboBox class is a combo box which displays the list of layers
explicit QgsMapLayerComboBox( QWidget *parent /TransferThis/ = 0 );
%Docstring
QgsMapLayerComboBox creates a combo box to dislpay the list of layers (currently in the registry).
QgsMapLayerComboBox creates a combo box to display the list of layers (currently in the registry).
The layers can be filtered and/or ordered.
%End

View File

@ -2303,6 +2303,7 @@ dislay:display
dislayed:displayed
dislaying:displaying
dislays:displays
dislpay:display
disobediance:disobedience
disobediant:disobedient
disolve:dissolve

View File

@ -42,7 +42,7 @@ class GUI_EXPORT QgsMapLayerComboBox : public QComboBox
public:
/**
* \brief QgsMapLayerComboBox creates a combo box to dislpay the list of layers (currently in the registry).
* \brief QgsMapLayerComboBox creates a combo box to display the list of layers (currently in the registry).
* The layers can be filtered and/or ordered.
*/
explicit QgsMapLayerComboBox( QWidget *parent SIP_TRANSFERTHIS = nullptr );