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 48fa5e8 commit ab69724Copy full SHA for ab69724
src/core/processing/qgsprocessingalgorithm.h
@@ -830,6 +830,7 @@ class CORE_EXPORT QgsProcessingAlgorithm
830
friend class QgsProcessingProvider;
831
friend class TestQgsProcessing;
832
friend class QgsProcessingModelAlgorithm;
833
+ friend class QgsProcessingToolboxProxyModel;
834
835
#ifdef SIP_RUN
836
QgsProcessingAlgorithm( const QgsProcessingAlgorithm &other );
@@ -1001,7 +1002,6 @@ class CORE_EXPORT QgsProcessingFeatureBasedAlgorithm : public QgsProcessingAlgor
1001
1002
private:
1003
1004
std::unique_ptr< QgsProcessingFeatureSource > mSource;
- friend class QgsProcessingToolboxProxyModel;
1005
1006
};
1007
0 commit comments