File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1794,7 +1794,7 @@ void QgsComposerMap::setGridBlendMode( QPainter::CompositionMode blendMode )
1794
1794
g->setBlendMode ( blendMode );
1795
1795
}
1796
1796
1797
- QPainter::CompositionMode QgsComposerMap::gridBlendMode ()
1797
+ QPainter::CompositionMode QgsComposerMap::gridBlendMode () const
1798
1798
{
1799
1799
const QgsComposerMapGrid* g = constFirstMapGrid ();
1800
1800
return g->blendMode ();
Original file line number Diff line number Diff line change @@ -432,7 +432,7 @@ class CORE_EXPORT QgsComposerMap : public QgsComposerItem
432
432
QgsLineSymbolV2* gridLineSymbol ();
433
433
434
434
/* * Returns the grid's blending mode */
435
- QPainter::CompositionMode gridBlendMode ();
435
+ QPainter::CompositionMode gridBlendMode () const ;
436
436
/* * Sets the grid's blending mode*/
437
437
void setGridBlendMode ( QPainter::CompositionMode blendMode );
438
438
You can’t perform that action at this time.
0 commit comments