Skip to content

Commit

Permalink
fix warning about returning temporary objects
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9076 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Aug 20, 2008
1 parent 3979d24 commit ee48273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/core/qgslabelattributes.sip
Expand Up @@ -83,7 +83,7 @@ public:

void setBufferColor ( const QColor &color );
bool bufferColorIsSet ( ) const;
const QColor & bufferColor ( ) const;
QColor bufferColor ( ) const;

void setBufferStyle ( Qt::BrushStyle style );
bool bufferStyleIsSet ( ) const;
Expand Down

0 comments on commit ee48273

Please sign in to comment.