Skip to content

Commit ee48273

Browse files
author
jef
committed
fix warning about returning temporary objects
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9076 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 3979d24 commit ee48273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/core/qgslabelattributes.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public:
8383

8484
void setBufferColor ( const QColor &color );
8585
bool bufferColorIsSet ( ) const;
86-
const QColor & bufferColor ( ) const;
86+
QColor bufferColor ( ) const;
8787

8888
void setBufferStyle ( Qt::BrushStyle style );
8989
bool bufferStyleIsSet ( ) const;

0 commit comments

Comments
 (0)