Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
PyQGIS: added missing annotation
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13417 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
wonder committed May 3, 2010
1 parent 76a81d8 commit d2b42be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/core/qgsvectorlayer.sip
Expand Up @@ -125,7 +125,7 @@ public:
/** Return renderer V2. Added in QGIS 1.4 */
QgsFeatureRendererV2* rendererV2();
/** Set renderer V2. Added in QGIS 1.4 */
void setRendererV2(QgsFeatureRendererV2* r);
void setRendererV2(QgsFeatureRendererV2* r /Transfer/);
/** Return whether using renderer V2. Added in QGIS 1.4 */
bool isUsingRendererV2();
/** set whether to use renderer V2 for drawing. Added in QGIS 1.4 */
Expand Down

0 comments on commit d2b42be

Please sign in to comment.