mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
Typo
This commit is contained in:
parent
3efb1e604a
commit
fa0adc03fe
@ -2258,7 +2258,7 @@ QgsAction.Windows.is_monkey_patched = True
|
||||
QgsAction.Windows.__doc__ = "Windows specific"
|
||||
QgsAction.Unix = Qgis.AttributeActionType.Unix
|
||||
QgsAction.Unix.is_monkey_patched = True
|
||||
QgsAction.Unix.__doc__ = "Unix specifc"
|
||||
QgsAction.Unix.__doc__ = "Unix specific"
|
||||
QgsAction.OpenUrl = Qgis.AttributeActionType.OpenUrl
|
||||
QgsAction.OpenUrl.is_monkey_patched = True
|
||||
QgsAction.OpenUrl.__doc__ = "Open URL action"
|
||||
|
@ -2574,7 +2574,7 @@ class CORE_EXPORT Qgis
|
||||
GenericPython, //!< Python
|
||||
Mac, //!< MacOS specific
|
||||
Windows, //!< Windows specific
|
||||
Unix, //!< Unix specifc
|
||||
Unix, //!< Unix specific
|
||||
OpenUrl, //!< Open URL action
|
||||
SubmitUrlEncoded, //!< POST data to an URL, using "application/x-www-form-urlencoded" or "application/json" if the body is valid JSON \since QGIS 3.24
|
||||
SubmitUrlMultipart, //!< POST data to an URL using "multipart/form-data" \since QGIS 3.24
|
||||
|
Loading…
x
Reference in New Issue
Block a user