mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Travis fixes
This commit is contained in:
parent
90e764dfab
commit
767a7b0f5c
@ -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;
|
||||
|
@ -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/;
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
@ -18,6 +18,8 @@
|
||||
#ifndef QGSMESHLAYERUTILS_H
|
||||
#define QGSMESHLAYERUTILS_H
|
||||
|
||||
#define SIP_NO_FILE
|
||||
|
||||
#include "qgis_core.h"
|
||||
|
||||
class QgsMeshDataProvider;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user