File tree 2 files changed +3
-2
lines changed
python/core/auto_generated
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ Abstract base class for spatial data provider implementations.
58
58
59
59
struct ProviderOptions
60
60
{
61
- int unused; //!< @todo remove me once there are actual members here (breaks SIP <4.19)
61
+ QgsCoordinateTransformContext coordinateTransformContext;
62
62
};
63
63
64
64
QgsDataProvider( const QString &uri = QString(), const QgsDataProvider::ProviderOptions &options = QgsDataProvider::ProviderOptions() );
Original file line number Diff line number Diff line change 24
24
25
25
// #include "qgsdataitem.h"
26
26
#include " qgsdatasourceuri.h"
27
+ #include " qgscoordinatetransformcontext.h"
27
28
#include " qgslayermetadata.h"
28
29
#include " qgserror.h"
29
30
@@ -94,7 +95,7 @@ class CORE_EXPORT QgsDataProvider : public QObject
94
95
*/
95
96
struct ProviderOptions
96
97
{
97
- int unused; // !< @todo remove me once there are actual members here (breaks SIP <4.19)
98
+ QgsCoordinateTransformContext coordinateTransformContext;
98
99
};
99
100
100
101
/* *
You can’t perform that action at this time.
0 commit comments