Skip to content

Commit

Permalink
Travis fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Aug 14, 2018
1 parent 90e764d commit 767a7b0
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/core/auto_generated/mesh/qgsmeshdataprovider.sip.in
Expand Up @@ -321,7 +321,7 @@ emits dataChanged when successful

virtual QStringList extraDatasets() const = 0;
%Docstring
Get list of additional dataset file URIs added using addDataset() calls.
Returns list of additional dataset file URIs added using addDataset() calls.
%End

virtual int datasetGroupCount( ) const = 0;
Expand Down
3 changes: 3 additions & 0 deletions python/core/auto_generated/qgsmaplayerlegend.sip.in
Expand Up @@ -210,6 +210,9 @@ Default legend implementation for mesh layers
%End
public:
explicit QgsDefaultMeshLayerLegend( QgsMeshLayer *ml );
%Docstring
Creates an instance for the given mesh layer
%End

virtual QList<QgsLayerTreeModelLegendNode *> createLayerTreeModelLegendNodes( QgsLayerTreeLayer *nodeLayer ) /Factory/;

Expand Down
2 changes: 1 addition & 1 deletion src/core/mesh/qgsmeshdataprovider.h
Expand Up @@ -297,7 +297,7 @@ class CORE_EXPORT QgsMeshDatasetSourceInterface SIP_ABSTRACT
virtual bool addDataset( const QString &uri ) = 0;

/**
* Get list of additional dataset file URIs added using addDataset() calls.
* Returns list of additional dataset file URIs added using addDataset() calls.
*/
virtual QStringList extraDatasets() const = 0;

Expand Down
2 changes: 2 additions & 0 deletions src/core/mesh/qgsmeshlayerutils.h
Expand Up @@ -18,6 +18,8 @@
#ifndef QGSMESHLAYERUTILS_H
#define QGSMESHLAYERUTILS_H

#define SIP_NO_FILE

#include "qgis_core.h"

class QgsMeshDataProvider;
Expand Down
1 change: 1 addition & 0 deletions src/core/qgsmaplayerlegend.h
Expand Up @@ -208,6 +208,7 @@ class CORE_EXPORT QgsDefaultMeshLayerLegend : public QgsMapLayerLegend
Q_OBJECT

public:
//! Creates an instance for the given mesh layer
explicit QgsDefaultMeshLayerLegend( QgsMeshLayer *ml );

QList<QgsLayerTreeModelLegendNode *> createLayerTreeModelLegendNodes( QgsLayerTreeLayer *nodeLayer ) SIP_FACTORY override;
Expand Down

0 comments on commit 767a7b0

Please sign in to comment.