Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo in raster layer doc
  • Loading branch information
pblottiere committed Feb 26, 2019
1 parent 6e39543 commit fa17606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/raster/qgsrasterlayer.h
Expand Up @@ -97,7 +97,7 @@ typedef QList < QPair< QString, QColor > > QgsLegendColorList;
* QgsRasterLayer *myRasterLayer = new QgsRasterLayer(myFileNameQString, myBaseNameQString);
* \endcode
*
* In order to automate redrawing of a raster layer, you should like it to a map canvas like this :
* In order to automate redrawing of a raster layer, you should link it to a map canvas like this :
*
* \code{.cpp}
* QObject::connect( myRasterLayer, SIGNAL(repaintRequested()), mapCanvas, SLOT(refresh()) );
Expand Down

0 comments on commit fa17606

Please sign in to comment.