mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Fix Travis warnings
This commit is contained in:
parent
b55e4b9abd
commit
6f9f087c3d
@ -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 );
|
||||
|
@ -58,7 +58,7 @@ class QgsClipper
|
||||
|
||||
.. note::
|
||||
|
||||
not available in python bindings on android
|
||||
not available in Python bindings on android
|
||||
%End
|
||||
|
||||
%End
|
||||
|
@ -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 );
|
||||
@ -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
|
||||
|
||||
|
@ -17,11 +17,9 @@
|
||||
|
||||
#include "qgsprocessingregistry.h"
|
||||
|
||||
QgsProcessingRegistry::QgsProcessingRegistry( QObject *parent )
|
||||
QgsProcessingRegistry::QgsProcessingRegistry( QObject *parent SIP_TRANSFERTHIS )
|
||||
: QObject( parent )
|
||||
{
|
||||
|
||||
}
|
||||
{}
|
||||
|
||||
QgsProcessingRegistry::~QgsProcessingRegistry()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user