Skip to content

Commit

Permalink
Spellling
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jul 16, 2018
1 parent 80159c2 commit e9f85f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/processing/qgsprocessingtoolboxmodel.h
Expand Up @@ -181,7 +181,7 @@ class GUI_EXPORT QgsProcessingToolboxModelProviderNode : public QgsProcessingToo

// NOTE: we store both the provider ID and a pointer to the provider here intentionally.
// We store the provider pointer to avoid having to lookup the provider from the registry
// 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
// we also store the provider id string in order to identify the provider that the node
// is linked to for cleanups after the provider is removed.
QString mProviderId;
Expand Down

0 comments on commit e9f85f5

Please sign in to comment.