Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix deprecation warnings
  • Loading branch information
jef-n committed Oct 15, 2014
1 parent 3d9ba70 commit 8429a65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/composer/qgscomposermap.h
Expand Up @@ -43,6 +43,7 @@ class QgsVectorLayer;
* \brief Object representing map window.
*/

Q_NOWARN_DEPRECATED_PUSH
class CORE_EXPORT QgsComposerMap : public QgsComposerItem
{
Q_OBJECT
Expand Down Expand Up @@ -948,6 +949,7 @@ class CORE_EXPORT QgsComposerMap : public QgsComposerItem

friend class QgsComposerMapOverview; //to access mXOffset, mYOffset
};
Q_NOWARN_DEPRECATED_POP

#endif

0 comments on commit 8429a65

Please sign in to comment.