Skip to content

Commit 8429a65

Browse files
committedOct 15, 2014
fix deprecation warnings
1 parent 3d9ba70 commit 8429a65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/core/composer/qgscomposermap.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ class QgsVectorLayer;
4343
* \brief Object representing map window.
4444
*/
4545

46+
Q_NOWARN_DEPRECATED_PUSH
4647
class CORE_EXPORT QgsComposerMap : public QgsComposerItem
4748
{
4849
Q_OBJECT
@@ -948,6 +949,7 @@ class CORE_EXPORT QgsComposerMap : public QgsComposerItem
948949

949950
friend class QgsComposerMapOverview; //to access mXOffset, mYOffset
950951
};
952+
Q_NOWARN_DEPRECATED_POP
951953

952954
#endif
953955

0 commit comments

Comments
 (0)
Please sign in to comment.