Skip to content

Commit

Permalink
fix build with SIP <4.19
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed May 27, 2018
1 parent a2d796a commit 499459b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion python/core/auto_generated/mesh/qgsmeshlayer.sip.in
Expand Up @@ -79,7 +79,7 @@ is the MDAL connection string. QGIS must be built with MDAL support to allow thi

struct LayerOptions
{

int unused; //! @todo remove me once there are actual members here (breaks SIP <4.19)
};

explicit QgsMeshLayer( const QString &path = QString(), const QString &baseName = QString(), const QString &providerLib = "mesh_memory",
Expand Down
2 changes: 1 addition & 1 deletion python/core/auto_generated/qgsdataprovider.sip.in
Expand Up @@ -67,7 +67,7 @@ to generic QgsVectorDataProvider's) depends on it.

struct ProviderOptions
{

int unused; //! @todo remove me once there are actual members here (breaks SIP <4.19)
};

QgsDataProvider( const QString &uri = QString(), const QgsDataProvider::ProviderOptions &options = QgsDataProvider::ProviderOptions() );
Expand Down
2 changes: 1 addition & 1 deletion src/core/mesh/qgsmeshlayer.h
Expand Up @@ -97,7 +97,7 @@ class CORE_EXPORT QgsMeshLayer : public QgsMapLayer
*/
struct LayerOptions
{

int unused; //! @todo remove me once there are actual members here (breaks SIP <4.19)
};

/**
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsdataprovider.h
Expand Up @@ -103,7 +103,7 @@ class CORE_EXPORT QgsDataProvider : public QObject
*/
struct ProviderOptions
{

int unused; //! @todo remove me once there are actual members here (breaks SIP <4.19)
};

/**
Expand Down

0 comments on commit 499459b

Please sign in to comment.