Skip to content

Commit

Permalink
Moved friend class QgsProcessingToolboxProxyModel to parent
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso authored and nyalldawson committed Sep 14, 2018
1 parent 48fa5e8 commit ab69724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/processing/qgsprocessingalgorithm.h
Expand Up @@ -830,6 +830,7 @@ class CORE_EXPORT QgsProcessingAlgorithm
friend class QgsProcessingProvider;
friend class TestQgsProcessing;
friend class QgsProcessingModelAlgorithm;
friend class QgsProcessingToolboxProxyModel;

#ifdef SIP_RUN
QgsProcessingAlgorithm( const QgsProcessingAlgorithm &other );
Expand Down Expand Up @@ -1001,7 +1002,6 @@ class CORE_EXPORT QgsProcessingFeatureBasedAlgorithm : public QgsProcessingAlgor
private:

std::unique_ptr< QgsProcessingFeatureSource > mSource;
friend class QgsProcessingToolboxProxyModel;

};

Expand Down

0 comments on commit ab69724

Please sign in to comment.