Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Name for default MapCanvas ExpressionContextScope
  • Loading branch information
m-kuhn committed Jan 13, 2016
1 parent e48d8b0 commit ee093b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/qgsmapcanvas.cpp
Expand Up @@ -194,6 +194,7 @@ QgsMapCanvas::QgsMapCanvas( QWidget * parent, const char *name )
, mCache( nullptr )
, mPreviewEffect( nullptr )
, mSnappingUtils( nullptr )
, mExpressionContextScope( tr( "Map Canvas" ) )
{
setObjectName( name );
mScene = new QGraphicsScene();
Expand Down

0 comments on commit ee093b2

Please sign in to comment.