[QGIS Commit] r9076 - trunk/qgis/python/core
svn_qgis at osgeo.org
svn_qgis at osgeo.org
Wed Aug 20 02:55:00 EDT 2008
Author: jef
Date: 2008-08-20 02:55:00 -0400 (Wed, 20 Aug 2008)
New Revision: 9076
Modified:
trunk/qgis/python/core/qgslabelattributes.sip
Log:
fix warning about returning temporary objects
Modified: trunk/qgis/python/core/qgslabelattributes.sip
===================================================================
--- trunk/qgis/python/core/qgslabelattributes.sip 2008-08-19 20:45:12 UTC (rev 9075)
+++ trunk/qgis/python/core/qgslabelattributes.sip 2008-08-20 06:55:00 UTC (rev 9076)
@@ -83,7 +83,7 @@
void setBufferColor ( const QColor &color );
bool bufferColorIsSet ( ) const;
- const QColor & bufferColor ( ) const;
+ QColor bufferColor ( ) const;
void setBufferStyle ( Qt::BrushStyle style );
bool bufferStyleIsSet ( ) const;
More information about the QGIS-commit
mailing list