Skip to content

Commit 5a4f8d0

Browse files
committedFeb 21, 2014
Change "added/deprecated in 2.1" notes to 2.4 for stuff related to threading
1 parent bc07486 commit 5a4f8d0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+182
-182
lines changed
 

‎python/core/composer/qgscomposermap.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ class QgsComposerMap : QgsComposerItem
154154

155155
QgsRectangle extent() const;
156156

157-
//! @deprecated since 2.1 - use mapSettings() - may return 0 if not initialized with QgsMapRenderer
157+
//! @deprecated since 2.4 - use mapSettings() - may return 0 if not initialized with QgsMapRenderer
158158
const QgsMapRenderer* mapRenderer() const /Deprecated/;
159159

160160
/**Sets offset values to shift image (useful for live updates when moving item content)*/

‎python/core/composer/qgscomposition.sip

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class QgsComposition : QGraphicsScene
2828
Crosses
2929
};
3030

31-
//! @deprecated since 2.1 - use the constructor with QgsMapSettings
31+
//! @deprecated since 2.4 - use the constructor with QgsMapSettings
3232
QgsComposition( QgsMapRenderer* mapRenderer ) /Deprecated/;
3333
explicit QgsComposition( const QgsMapSettings& mapSettings );
3434

@@ -204,11 +204,11 @@ class QgsComposition : QGraphicsScene
204204
void setUseAdvancedEffects( bool effectsEnabled );
205205

206206
/**Returns pointer to map renderer of qgis map canvas*/
207-
//! @deprecated since 2.1 - use mapSettings() instead. May return null if not initialized with QgsMapRenderer
207+
//! @deprecated since 2.4 - use mapSettings() instead. May return null if not initialized with QgsMapRenderer
208208
QgsMapRenderer* mapRenderer() /Deprecated/;
209209

210210
//! Return setting of QGIS map canvas
211-
//! @note added in 2.1
211+
//! @note added in 2.4
212212
const QgsMapSettings& mapSettings() const;
213213

214214
QgsComposition::PlotStyle plotStyle() const;

0 commit comments

Comments
 (0)
Please sign in to comment.