Skip to content

Commit ab69724

Browse files
elpasonyalldawson
authored andcommitted
Moved friend class QgsProcessingToolboxProxyModel to parent
1 parent 48fa5e8 commit ab69724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/processing/qgsprocessingalgorithm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,6 +830,7 @@ class CORE_EXPORT QgsProcessingAlgorithm
830830
friend class QgsProcessingProvider;
831831
friend class TestQgsProcessing;
832832
friend class QgsProcessingModelAlgorithm;
833+
friend class QgsProcessingToolboxProxyModel;
833834

834835
#ifdef SIP_RUN
835836
QgsProcessingAlgorithm( const QgsProcessingAlgorithm &other );
@@ -1001,7 +1002,6 @@ class CORE_EXPORT QgsProcessingFeatureBasedAlgorithm : public QgsProcessingAlgor
10011002
private:
10021003

10031004
std::unique_ptr< QgsProcessingFeatureSource > mSource;
1004-
friend class QgsProcessingToolboxProxyModel;
10051005

10061006
};
10071007

0 commit comments

Comments
 (0)