fix warning about returning temporary objects

git-svn-id: http://svn.osgeo.org/qgis/trunk@9076 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
jef 2008-08-20 06:55:00 +00:00
parent ece87e2899
commit 40446fb1f4

View File

@ -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;