File tree 3 files changed +3
-2
lines changed
python/gui/auto_generated
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ The QgsMapLayerComboBox class is a combo box which displays the list of layers
26
26
27
27
explicit QgsMapLayerComboBox( QWidget *parent /TransferThis/ = 0 );
28
28
%Docstring
29
- QgsMapLayerComboBox creates a combo box to dislpay the list of layers (currently in the registry).
29
+ QgsMapLayerComboBox creates a combo box to display the list of layers (currently in the registry).
30
30
The layers can be filtered and/or ordered.
31
31
%End
32
32
Original file line number Diff line number Diff line change @@ -2303,6 +2303,7 @@ dislay:display
2303
2303
dislayed:displayed
2304
2304
dislaying:displaying
2305
2305
dislays:displays
2306
+ dislpay:display
2306
2307
disobediance:disobedience
2307
2308
disobediant:disobedient
2308
2309
disolve:dissolve
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ class GUI_EXPORT QgsMapLayerComboBox : public QComboBox
42
42
public:
43
43
44
44
/* *
45
- * \brief QgsMapLayerComboBox creates a combo box to dislpay the list of layers (currently in the registry).
45
+ * \brief QgsMapLayerComboBox creates a combo box to display the list of layers (currently in the registry).
46
46
* The layers can be filtered and/or ordered.
47
47
*/
48
48
explicit QgsMapLayerComboBox ( QWidget *parent SIP_TRANSFERTHIS = nullptr );
You can’t perform that action at this time.
0 commit comments