Skip to content

Commit

Permalink
Fix method name
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Nov 27, 2019
1 parent 849f315 commit 8a7c127
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/pal/pal.cpp
Expand Up @@ -514,7 +514,7 @@ int Pal::getPolyP()
return poly_p;
}

QgsLabelingEngineSettings::PlacementEngineVersion Pal::getPlacementVersion() const
QgsLabelingEngineSettings::PlacementEngineVersion Pal::placementVersion() const
{
return mPlacementVersion;
}
Expand Down
2 changes: 1 addition & 1 deletion src/core/pal/pal.h
Expand Up @@ -214,7 +214,7 @@ namespace pal
*
* \see setPlacementVersion()
*/
QgsLabelingEngineSettings::PlacementEngineVersion getPlacementVersion() const;
QgsLabelingEngineSettings::PlacementEngineVersion placementVersion() const;

/**
* Sets the placement engine \a version, which dictates how the label placement problem is solved.
Expand Down

0 comments on commit 8a7c127

Please sign in to comment.