mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-08 00:06:51 -05:00
Spelling
This commit is contained in:
parent
a4d6fd3ed5
commit
cce5cc28f0
@ -13,7 +13,7 @@
|
|||||||
class QgsProcessingHistoryWidget : QgsPanelWidget
|
class QgsProcessingHistoryWidget : QgsPanelWidget
|
||||||
{
|
{
|
||||||
%Docstring(signature="appended")
|
%Docstring(signature="appended")
|
||||||
A widget for showing Processing algorithm exection history.
|
A widget for showing Processing algorithm execution history.
|
||||||
|
|
||||||
.. versionadded:: 3.32
|
.. versionadded:: 3.32
|
||||||
%End
|
%End
|
||||||
@ -50,7 +50,7 @@ Interactively allows users to save the history log.
|
|||||||
class QgsProcessingHistoryDialog : QDialog
|
class QgsProcessingHistoryDialog : QDialog
|
||||||
{
|
{
|
||||||
%Docstring(signature="appended")
|
%Docstring(signature="appended")
|
||||||
A dialog for showing Processing algorithm exection history.
|
A dialog for showing Processing algorithm execution history.
|
||||||
|
|
||||||
.. warning::
|
.. warning::
|
||||||
|
|
||||||
|
|||||||
@ -27,7 +27,7 @@ class QDialogButtonBox;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* \ingroup gui
|
* \ingroup gui
|
||||||
* \brief A widget for showing Processing algorithm exection history.
|
* \brief A widget for showing Processing algorithm execution history.
|
||||||
* \since QGIS 3.32
|
* \since QGIS 3.32
|
||||||
*/
|
*/
|
||||||
class GUI_EXPORT QgsProcessingHistoryWidget : public QgsPanelWidget
|
class GUI_EXPORT QgsProcessingHistoryWidget : public QgsPanelWidget
|
||||||
@ -65,7 +65,7 @@ class GUI_EXPORT QgsProcessingHistoryWidget : public QgsPanelWidget
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* \ingroup gui
|
* \ingroup gui
|
||||||
* \brief A dialog for showing Processing algorithm exection history.
|
* \brief A dialog for showing Processing algorithm execution history.
|
||||||
*
|
*
|
||||||
* \warning This is not part of stable API -- it is exposed to Python for internal use by Processing only!
|
* \warning This is not part of stable API -- it is exposed to Python for internal use by Processing only!
|
||||||
*
|
*
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user