Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make coverage test happy
  • Loading branch information
wonder-sk authored and nirvn committed Feb 15, 2019
1 parent 19ff682 commit e1419af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/qgspointlocator.cpp
Expand Up @@ -570,10 +570,12 @@ class QgsPointLocator_VisitorEdgesInRect : public IVisitor
* \ingroup core
* Helper class used when traversing the index looking for vertices - builds a list of matches.
* \note not available in Python bindings
* \since QGIS 3.6
*/
class QgsPointLocator_VisitorVerticesInRect : public IVisitor
{
public:
//! Constructs the visitor
QgsPointLocator_VisitorVerticesInRect( QgsPointLocator *pl, QgsPointLocator::MatchList &lst, const QgsRectangle &srcRect, QgsPointLocator::MatchFilter *filter = nullptr )
: mLocator( pl )
, mList( lst )
Expand Down

0 comments on commit e1419af

Please sign in to comment.