Skip to content

Commit

Permalink
Remove obsoleted reference to QgsRasterLayer::legendPixmap()
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandro Santilli committed Dec 22, 2014
1 parent 4b866ee commit b2db3fe
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/core/raster/qgsrasterlayer.h
Expand Up @@ -110,12 +110,6 @@ typedef QList < QPair< QString, QColor > > QgsLegendColorList;
* QObject::connect( myRasterLayer, SIGNAL(repaintRequested()), mapCanvas, SLOT(refresh()) );
* \endcode
*
* A raster layer can also export its legend as a pixmap:
*
* \code
* QPixmap myQPixmap = myRasterLayer->legendPixmap();
* \endcode
*
* Once a layer has been created you can find out what type of layer it is (GrayOrUndefined, Palette or Multiband):
*
* \code
Expand Down

0 comments on commit b2db3fe

Please sign in to comment.