Skip to content

Commit e1419af

Browse files
wonder-sknirvn
authored andcommitted
Make coverage test happy
1 parent 19ff682 commit e1419af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/core/qgspointlocator.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -570,10 +570,12 @@ class QgsPointLocator_VisitorEdgesInRect : public IVisitor
570570
* \ingroup core
571571
* Helper class used when traversing the index looking for vertices - builds a list of matches.
572572
* \note not available in Python bindings
573+
* \since QGIS 3.6
573574
*/
574575
class QgsPointLocator_VisitorVerticesInRect : public IVisitor
575576
{
576577
public:
578+
//! Constructs the visitor
577579
QgsPointLocator_VisitorVerticesInRect( QgsPointLocator *pl, QgsPointLocator::MatchList &lst, const QgsRectangle &srcRect, QgsPointLocator::MatchFilter *filter = nullptr )
578580
: mLocator( pl )
579581
, mList( lst )

0 commit comments

Comments
 (0)