Skip to content

Commit

Permalink
Fix Travis warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Apr 2, 2017
1 parent b55e4b9 commit 6f9f087
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion python/core/qgsactionmanager.sip
Expand Up @@ -60,7 +60,7 @@ Constructor
field to be used if the action has a $currfield placeholder.
.. note::

available in python bindings as doActionFeature
available in Python bindings as doActionFeature
%End

void doAction( const QUuid &actionId, const QgsFeature &feature, const QgsExpressionContext &context );
Expand Down
2 changes: 1 addition & 1 deletion python/core/qgsclipper.sip
Expand Up @@ -58,7 +58,7 @@ class QgsClipper

.. note::

not available in python bindings on android
not available in Python bindings on android
%End

%End
Expand Down
4 changes: 2 additions & 2 deletions python/core/qgsvectorlayer.sip
Expand Up @@ -891,7 +891,7 @@ on every call. Consider using {@link changeAttributeValue()} or
to the given coordinates
.. note::

available in python as moveVertexV2
available in Python as moveVertexV2
%End

EditResult deleteVertex( QgsFeatureId featureId, int vertex );
Expand Down Expand Up @@ -932,7 +932,7 @@ TODO QGIS 3.0 returns an enum instead of a magic constant
%Docstring
.. note::

available in python as addCurvedPart
available in Python as addCurvedPart

%End

Expand Down
6 changes: 2 additions & 4 deletions src/core/processing/qgsprocessingregistry.cpp
Expand Up @@ -17,11 +17,9 @@

#include "qgsprocessingregistry.h"

QgsProcessingRegistry::QgsProcessingRegistry( QObject *parent )
QgsProcessingRegistry::QgsProcessingRegistry( QObject *parent SIP_TRANSFERTHIS )
: QObject( parent )
{

}
{}

QgsProcessingRegistry::~QgsProcessingRegistry()
{
Expand Down

0 comments on commit 6f9f087

Please sign in to comment.