mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-17 00:04:02 -04:00
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:
parent
ece87e2899
commit
40446fb1f4
@ -83,7 +83,7 @@ public:
|
|||||||
|
|
||||||
void setBufferColor ( const QColor &color );
|
void setBufferColor ( const QColor &color );
|
||||||
bool bufferColorIsSet ( ) const;
|
bool bufferColorIsSet ( ) const;
|
||||||
const QColor & bufferColor ( ) const;
|
QColor bufferColor ( ) const;
|
||||||
|
|
||||||
void setBufferStyle ( Qt::BrushStyle style );
|
void setBufferStyle ( Qt::BrushStyle style );
|
||||||
bool bufferStyleIsSet ( ) const;
|
bool bufferStyleIsSet ( ) const;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user