Skip to content

Commit

Permalink
add missing function definition (#45931)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPetrik committed Nov 8, 2021
1 parent 00554ef commit 9c02b8c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/quickgui/qgsquickmapsettings.cpp
Expand Up @@ -147,6 +147,11 @@ QgsPoint QgsQuickMapSettings::screenToCoordinate( const QPointF &point ) const
return QgsPoint( pp );
}

void QgsQuickMapSettings::setTransformContext( const QgsCoordinateTransformContext &ctx )
{
mMapSettings.setTransformContext( ctx );
}

QgsMapSettings QgsQuickMapSettings::mapSettings() const
{
return mMapSettings;
Expand Down

0 comments on commit 9c02b8c

Please sign in to comment.