Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
fix build with SIP <4.19
- Loading branch information
|
@@ -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", |
|
|
|
@@ -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() ); |
|
|
|
@@ -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) |
|
|
}; |
|
|
|
|
|
/** |
|
|
|
@@ -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) |
|
|
}; |
|
|
|
|
|
/** |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.