mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
fix deprecation warnings
This commit is contained in:
parent
3d9ba705de
commit
8429a65a6a
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user