Fix typo in qgspanelwidgetstack.h

This commit is contained in:
Germán Carrillo 2022-03-23 20:47:49 -05:00 committed by Nyall Dawson
parent e338d8d0e4
commit 603c5f645c
2 changed files with 2 additions and 2 deletions

View File

@ -108,7 +108,7 @@ Calls the panelAccepeted signal on the active widget.
void acceptAllPanels();
%Docstring
Accepts all panel widgets open in the stack in turn until until only the :py:func:`~QgsPanelWidgetStack.mainPanel`
Accepts all panel widgets open in the stack in turn until only the :py:func:`~QgsPanelWidgetStack.mainPanel`
remains.
.. seealso:: :py:func:`acceptCurrentPanel`

View File

@ -105,7 +105,7 @@ class GUI_EXPORT QgsPanelWidgetStack : public QWidget, private Ui::QgsRendererWi
void acceptCurrentPanel();
/**
* Accepts all panel widgets open in the stack in turn until until only the mainPanel()
* Accepts all panel widgets open in the stack in turn until only the mainPanel()
* remains.
* \see acceptCurrentPanel();
* \since QGIS 3.0