We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 80159c2 commit e9f85f5Copy full SHA for e9f85f5
src/gui/processing/qgsprocessingtoolboxmodel.h
@@ -181,7 +181,7 @@ class GUI_EXPORT QgsProcessingToolboxModelProviderNode : public QgsProcessingToo
181
182
// NOTE: we store both the provider ID and a pointer to the provider here intentionally.
183
// We store the provider pointer to avoid having to lookup the provider from the registry
184
- // everytime the node is used (which kills performance in the filter proxy model), but
+ // every time the node is used (which kills performance in the filter proxy model), but
185
// we also store the provider id string in order to identify the provider that the node
186
// is linked to for cleanups after the provider is removed.
187
QString mProviderId;
0 commit comments