Skip to content

Commit 132088f

Browse files
author
jef
committedFeb 13, 2011
fix API QgsMapLayer::getLayerID() to id()), some warnings and use doxygen deprecation tag.
git-svn-id: http://svn.osgeo.org/qgis/trunk@15168 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 61baa8b commit 132088f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+221
-200
lines changed
 

‎python/core/qgsapplication.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ static void qtgui_UpdatePyArgv(PyObject *argvlist, int argc, char **argv)
159159
static const QStringList svgPaths();
160160

161161
//! Returns the path to the applications svg paths
162-
//! @note deprecated
162+
//! @deprecated
163163
static const QString svgPath();
164164

165165
//! Returns the path to the application prefix directory.

‎python/core/qgscomposermap.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class QgsComposerMap : QgsComposerItem
4747
BoundaryDirection
4848
};
4949

50-
/**This function is deprecated*/
50+
/**@deprecated*/
5151
void draw( QPainter *painter, const QgsRectangle& extent, const QSize& size, int dpi );
5252

5353
/** \brief Draw to paint device

0 commit comments

Comments
 (0)
Please sign in to comment.