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:
jef 2011-03-11 19:00:48 +00:00
parent 78a1ae2394
commit 0535cc1993
2 changed files with 1 additions and 15 deletions

View File

@ -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

View File

@ -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();