Skip to content

Commit

Permalink
Transfer ownership of transparency
Browse files Browse the repository at this point in the history
  • Loading branch information
timlinux committed Sep 24, 2012
1 parent ccf3195 commit 7824842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/core/qgsrasterrenderer.sip
Expand Up @@ -40,7 +40,7 @@ class QgsRasterRenderer : QgsRasterInterface
void setOpacity( double opacity );
double opacity() const;

void setRasterTransparency( QgsRasterTransparency* t );
void setRasterTransparency( QgsRasterTransparency* t /Transfer/ );
const QgsRasterTransparency* rasterTransparency() const;

void setAlphaBand( int band );
Expand Down

0 comments on commit 7824842

Please sign in to comment.