Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #8663 from qgis/m-kuhn-patch-1
Hint where to find select features method
  • Loading branch information
m-kuhn committed Dec 18, 2018
2 parents a12bc5f + 6929852 commit 13de14a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/core/auto_generated/qgsvectorlayer.sip.in
Expand Up @@ -665,6 +665,8 @@ Returns a list of the selected features IDs in this layer.
.. seealso:: :py:func:`selectedFeatures`

.. seealso:: :py:func:`selectedFeatureCount`

.. seealso:: :py:func:`selectByIds`
%End

QgsRectangle boundingBoxOfSelected() const;
Expand Down
1 change: 1 addition & 0 deletions src/core/qgsvectorlayer.h
Expand Up @@ -702,6 +702,7 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer, public QgsExpressionConte
*
* \see selectedFeatures()
* \see selectedFeatureCount()
* \see selectByIds()
*/
const QgsFeatureIds &selectedFeatureIds() const;

Expand Down

0 comments on commit 13de14a

Please sign in to comment.