File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ class CORE_EXPORT QgsProcessingProvider : public QObject
72
72
73
73
/* *
74
74
* Returns the provider help id string, used for creating QgsHelp urls for algorithms
75
- * belong to this provider. By default, this returns the an empty string, meaning that
75
+ * belong to this provider. By default, this returns an empty string, meaning that
76
76
* no QgsHelp url should be created for the provider's algorithms.
77
77
* \see id()
78
78
*/
@@ -87,7 +87,7 @@ class CORE_EXPORT QgsProcessingProvider : public QObject
87
87
virtual QString name () const = 0;
88
88
89
89
/* *
90
- * Returns the a longer version of the provider name, which can include extra details
90
+ * Returns the longer version of the provider name, which can include extra details
91
91
* such as version numbers. E.g. "Lastools LIDAR tools (version 2.2.1)".
92
92
* This string should be localised.
93
93
*
You can’t perform that action at this time.
0 commit comments