followup f33c4904d3b: add Q_DECL_DEPRECATED and sip annotation to hasCrsTransformEnabled signal

This commit is contained in:
Juergen E. Fischer 2014-01-17 14:09:25 +01:00
parent d8b55a2a5a
commit 7ca60b30e5
2 changed files with 4 additions and 1 deletions

View File

@ -268,7 +268,7 @@ class QgsMapRenderer : QObject
void drawingProgress( int current, int total );
void hasCrsTransformEnabled( bool flag );
void hasCrsTransformEnabled( bool flag ) /Deprecated/;
void hasCrsTransformEnabledChanged( bool flag );
void destinationSrsChanged();

View File

@ -308,6 +308,9 @@ class CORE_EXPORT QgsMapRenderer : public QObject
* @param flag true if transformation is enabled.
* @deprecated Use hasCrsTransformEnabledChanged( bool flag )
* to avoid conflict with method of the same name). */
#ifndef Q_MOC_RUN
Q_DECL_DEPRECATED
#endif
void hasCrsTransformEnabled( bool flag );
/** This signal is emitted when CRS transformation is enabled/disabled.