Skip to content

Commit

Permalink
add extra notes in the doc
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Sep 7, 2018
1 parent deb7e62 commit 2aa280e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/core/locator/qgslocatorfilter.cpp
Expand Up @@ -70,6 +70,9 @@ void QgsLocatorFilter::setUseWithoutPrefix( bool useWithoutPrefix )

QString QgsLocatorFilter::activePrefix() const
{
// do not change this to isEmpty!
// if any issue with an in-built locator filter
// do not forget to add it in QgsLocator::CORE_FILTERS
if ( mActivePrefifx.isNull() )
return prefix();
else
Expand Down

0 comments on commit 2aa280e

Please sign in to comment.