Skip to content

Commit ff7b831

Browse files
m-kuhnnyalldawson
authored andcommittedMar 6, 2018
Remove private implementations from python bindings
1 parent 1fd7423 commit ff7b831

File tree

3 files changed

+1
-171
lines changed

3 files changed

+1
-171
lines changed
 

‎python/core/core_auto.sip

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@
178178
%Include processing/qgsprocessingoutputs.sip
179179
%Include processing/qgsprocessingparameters.sip
180180
%Include processing/qgsprocessingparametertype.sip
181-
%Include processing/qgsprocessingparametertypeimpl.sip
182181
%Include processing/qgsprocessingutils.sip
183182
%Include processing/models/qgsprocessingmodelalgorithm.sip
184183
%Include processing/models/qgsprocessingmodelchildalgorithm.sip

‎python/core/processing/qgsprocessingparametertypeimpl.sip.in

Lines changed: 0 additions & 170 deletions
This file was deleted.

‎src/core/processing/qgsprocessingparametertypeimpl.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#include "qgsprocessingparametertype.h"
77
#include <QCoreApplication>
88

9+
#define SIP_NO_FILE
910

1011
class CORE_EXPORT QgsProcessingParameterTypeRasterLayer : public QgsProcessingParameterType
1112
{

0 commit comments

Comments
 (0)
Please sign in to comment.