This commit is contained in:
Alessandro Pasotti 2022-09-15 10:11:30 +02:00
parent 904a120282
commit 4ec664a40b
2 changed files with 2 additions and 2 deletions

View File

@ -112,7 +112,7 @@ parameters that can be accepted without being advertised.
void setHidden( bool hidden ); void setHidden( bool hidden );
%Docstring %Docstring
Set the parameter's ``hidden`` status, parametes are not hidden by default. Set the parameter's ``hidden`` status, parameters are not hidden by default.
.. versionadded:: 3.28 .. versionadded:: 3.28
%End %End

View File

@ -151,7 +151,7 @@ class SERVER_EXPORT QgsServerQueryStringParameter
bool hidden() const; bool hidden() const;
/** /**
* Set the parameter's \a hidden status, parametes are not hidden by default. * Set the parameter's \a hidden status, parameters are not hidden by default.
* *
* \since QGIS 3.28 * \since QGIS 3.28
*/ */