Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add missing function definition
  • Loading branch information
PeterPetrik authored and github-actions[bot] committed Nov 8, 2021
1 parent f569622 commit be82057
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 be82057

Please sign in to comment.