Commit 16261f2 jef
committed
1 parent 21c6367 commit 16261f2 Copy full SHA for 16261f2
File tree 2 files changed +1
-15
lines changed
2 files changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -189,18 +189,4 @@ const double DEFAULT_LINE_WIDTH = 0.26;
189
189
#endif
190
190
#endif
191
191
192
- #ifndef QGISDEPRECATED
193
- #ifndef Q_MOC_RUN
194
- #ifdef _MSC_VER
195
- # define QGISDEPRECATED __declspec (deprecated)
196
- #elif __GNUC__
197
- # define QGISDEPRECATED __attribute__ ((__deprecated__))
198
- #else
199
- # define QGISDEPRECATED
200
- #endif
201
- #else
202
- #define QGISDEPRECATED
203
- #endif
204
- #endif
205
-
206
192
#endif
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ class GUI_EXPORT QgsMapCanvasMap : public QGraphicsRectItem
50
50
void setPanningOffset ( const QPoint& point );
51
51
52
52
// ! @deprecated Please use paintDevice() function which is also save in case QImage is used
53
- QGISDEPRECATED QPixmap& pixmap () { return mPixmap ; }
53
+ Q_DECL_DEPRECATED QPixmap& pixmap () { return mPixmap ; }
54
54
55
55
QPaintDevice& paintDevice ();
56
56
You can’t perform that action at this time.
0 commit comments