fix deprecation warnings

This commit is contained in:
Juergen E. Fischer 2014-10-15 16:47:10 +02:00
parent 3d9ba705de
commit 8429a65a6a

View File

@ -43,6 +43,7 @@ class QgsVectorLayer;
* \brief Object representing map window.
*/
Q_NOWARN_DEPRECATED_PUSH
class CORE_EXPORT QgsComposerMap : public QgsComposerItem
{
Q_OBJECT
@ -948,6 +949,7 @@ class CORE_EXPORT QgsComposerMap : public QgsComposerItem
friend class QgsComposerMapOverview; //to access mXOffset, mYOffset
};
Q_NOWARN_DEPRECATED_POP
#endif