File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -268,7 +268,7 @@ class QgsMapRenderer : QObject
268
268
269
269
void drawingProgress( int current, int total );
270
270
271
- void hasCrsTransformEnabled( bool flag );
271
+ void hasCrsTransformEnabled( bool flag ) /Deprecated/ ;
272
272
void hasCrsTransformEnabledChanged( bool flag );
273
273
274
274
void destinationSrsChanged();
Original file line number Diff line number Diff line change @@ -308,6 +308,9 @@ class CORE_EXPORT QgsMapRenderer : public QObject
308
308
* @param flag true if transformation is enabled.
309
309
* @deprecated Use hasCrsTransformEnabledChanged( bool flag )
310
310
* to avoid conflict with method of the same name). */
311
+ #ifndef Q_MOC_RUN
312
+ Q_DECL_DEPRECATED
313
+ #endif
311
314
void hasCrsTransformEnabled ( bool flag );
312
315
313
316
/* * This signal is emitted when CRS transformation is enabled/disabled.
You can’t perform that action at this time.
0 commit comments