mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Fix typo in qgspanelwidgetstack.h
This commit is contained in:
parent
e338d8d0e4
commit
603c5f645c
@ -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`
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user