We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 3d9ba70 commit 8429a65Copy full SHA for 8429a65
src/core/composer/qgscomposermap.h
@@ -43,6 +43,7 @@ class QgsVectorLayer;
43
* \brief Object representing map window.
44
*/
45
46
+Q_NOWARN_DEPRECATED_PUSH
47
class CORE_EXPORT QgsComposerMap : public QgsComposerItem
48
{
49
Q_OBJECT
@@ -948,6 +949,7 @@ class CORE_EXPORT QgsComposerMap : public QgsComposerItem
948
949
950
friend class QgsComposerMapOverview; //to access mXOffset, mYOffset
951
};
952
+Q_NOWARN_DEPRECATED_POP
953
954
#endif
955
0 commit comments