Skip to content

Commit

Permalink
Add missing api breaking change for setMapTipTemplate() to QgsVectorL…
Browse files Browse the repository at this point in the history
…ayer (#8880)

* Add missing change for QgsVectorLayer

* Update, to include mention of setDisplayExpression
  • Loading branch information
JonathanWillitts authored and 3nids committed Jan 17, 2019
1 parent 6896ce9 commit 68994ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/api_break.dox
Expand Up @@ -2430,6 +2430,7 @@ displayExpression instead. For the map tip use mapTipTemplate() instead.
- select() replaced by selectByRect()
- selectedFeaturesIds() replaced by selectedFeatureIds()
- selectedFeaturesIterator() was replaced by getSelectedFeatures()
- setDisplayField() has been removed, and its functionality split between setMapTipTemplate() and setDisplayExpression()
- setSelectedFeatures() replaced by selectByIds()
- applyNamedStyle() replaced by importNamedStyle()
- isReadOnly() use readOnly()
Expand Down

0 comments on commit 68994ad

Please sign in to comment.