mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
missed two files in r15435
git-svn-id: http://svn.osgeo.org/qgis/trunk@15436 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
78a1ae2394
commit
0535cc1993
@ -189,18 +189,4 @@ const double DEFAULT_LINE_WIDTH = 0.26;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef QGISDEPRECATED
|
||||
#ifndef Q_MOC_RUN
|
||||
#ifdef _MSC_VER
|
||||
# define QGISDEPRECATED __declspec(deprecated)
|
||||
#elif __GNUC__
|
||||
# define QGISDEPRECATED __attribute__((__deprecated__))
|
||||
#else
|
||||
# define QGISDEPRECATED
|
||||
#endif
|
||||
#else
|
||||
#define QGISDEPRECATED
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
@ -50,7 +50,7 @@ class GUI_EXPORT QgsMapCanvasMap : public QGraphicsRectItem
|
||||
void setPanningOffset( const QPoint& point );
|
||||
|
||||
//! @deprecated Please use paintDevice() function which is also save in case QImage is used
|
||||
QGISDEPRECATED QPixmap& pixmap() { return mPixmap; }
|
||||
Q_DECL_DEPRECATED QPixmap& pixmap() { return mPixmap; }
|
||||
|
||||
QPaintDevice& paintDevice();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user