mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
fix warning
git-svn-id: http://svn.osgeo.org/qgis/trunk@9503 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
9884ef0758
commit
b6761a861a
@ -74,7 +74,7 @@ QgsGraduatedSymbolRenderer::~QgsGraduatedSymbolRenderer()
|
||||
}
|
||||
|
||||
|
||||
const QgsGraduatedSymbolRenderer::Mode QgsGraduatedSymbolRenderer::mode() const
|
||||
QgsGraduatedSymbolRenderer::Mode QgsGraduatedSymbolRenderer::mode() const
|
||||
{
|
||||
//mode is only really used to be able to reinstate
|
||||
//the graduated dialog properties properly, so we
|
||||
|
@ -43,7 +43,7 @@ class CORE_EXPORT QgsGraduatedSymbolRenderer: public QgsRenderer
|
||||
* dont do anything else besides accessors and mutators in
|
||||
* this class.
|
||||
*/
|
||||
const Mode mode() const;
|
||||
Mode mode() const;
|
||||
|
||||
/** Set the mode - which is only really used to be able to reinstate
|
||||
* the graduated dialog properties properly, so we
|
||||
|
Loading…
x
Reference in New Issue
Block a user