From 40446fb1f4e0762b04fee09e1bda9581a15a6332 Mon Sep 17 00:00:00 2001 From: jef Date: Wed, 20 Aug 2008 06:55:00 +0000 Subject: [PATCH] fix warning about returning temporary objects git-svn-id: http://svn.osgeo.org/qgis/trunk@9076 c8812cc2-4d05-0410-92ff-de0c093fc19c --- python/core/qgslabelattributes.sip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/core/qgslabelattributes.sip b/python/core/qgslabelattributes.sip index e0c05327c25..d51c169d27a 100644 --- a/python/core/qgslabelattributes.sip +++ b/python/core/qgslabelattributes.sip @@ -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;