mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-12 00:02:25 -04:00
Fix typo
This commit is contained in:
parent
0f056b500a
commit
8b1d7ffc20
@ -72,7 +72,7 @@ class CORE_EXPORT QgsProcessingProvider : public QObject
|
||||
|
||||
/**
|
||||
* Returns the provider help id string, used for creating QgsHelp urls for algorithms
|
||||
* belong to this provider. By default, this returns the an empty string, meaning that
|
||||
* belong to this provider. By default, this returns an empty string, meaning that
|
||||
* no QgsHelp url should be created for the provider's algorithms.
|
||||
* \see id()
|
||||
*/
|
||||
@ -87,7 +87,7 @@ class CORE_EXPORT QgsProcessingProvider : public QObject
|
||||
virtual QString name() const = 0;
|
||||
|
||||
/**
|
||||
* Returns the a longer version of the provider name, which can include extra details
|
||||
* Returns the longer version of the provider name, which can include extra details
|
||||
* such as version numbers. E.g. "Lastools LIDAR tools (version 2.2.1)".
|
||||
* This string should be localised.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user