Skip to content

Commit

Permalink
Remove private implementations from python bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn authored and nyalldawson committed Mar 6, 2018
1 parent 1fd7423 commit ff7b831
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 171 deletions.
1 change: 0 additions & 1 deletion python/core/core_auto.sip
Expand Up @@ -178,7 +178,6 @@
%Include processing/qgsprocessingoutputs.sip
%Include processing/qgsprocessingparameters.sip
%Include processing/qgsprocessingparametertype.sip
%Include processing/qgsprocessingparametertypeimpl.sip
%Include processing/qgsprocessingutils.sip
%Include processing/models/qgsprocessingmodelalgorithm.sip
%Include processing/models/qgsprocessingmodelchildalgorithm.sip
Expand Down
170 changes: 0 additions & 170 deletions python/core/processing/qgsprocessingparametertypeimpl.sip.in

This file was deleted.

1 change: 1 addition & 0 deletions src/core/processing/qgsprocessingparametertypeimpl.h
Expand Up @@ -6,6 +6,7 @@
#include "qgsprocessingparametertype.h"
#include <QCoreApplication>

#define SIP_NO_FILE

class CORE_EXPORT QgsProcessingParameterTypeRasterLayer : public QgsProcessingParameterType
{
Expand Down

0 comments on commit ff7b831

Please sign in to comment.