Skip to content

Commit

Permalink
Fix doxygen warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jul 26, 2021
1 parent 72a848a commit 2834bfa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/qgsspatialindexkdbush.cpp
Expand Up @@ -32,10 +32,12 @@ QgsSpatialIndexKDBush::QgsSpatialIndexKDBush( const QgsFeatureSource &source, Qg
{
}

///@cond PRIVATE (avoid doxygen error)
QgsSpatialIndexKDBush::QgsSpatialIndexKDBush( QgsFeatureIterator &fi, const std::function<bool ( const QgsFeature & )> &callback, QgsFeedback *feedback )
: d( new QgsSpatialIndexKDBushPrivate( fi, callback, feedback ) )
{
}
///@endcond

QgsSpatialIndexKDBush::QgsSpatialIndexKDBush( const QgsSpatialIndexKDBush &other ): d( other.d )
{
Expand Down

0 comments on commit 2834bfa

Please sign in to comment.