Skip to content

Commit 2aa280e

Browse files
committedSep 7, 2018
add extra notes in the doc
1 parent deb7e62 commit 2aa280e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎src/core/locator/qgslocatorfilter.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ void QgsLocatorFilter::setUseWithoutPrefix( bool useWithoutPrefix )
7070

7171
QString QgsLocatorFilter::activePrefix() const
7272
{
73+
// do not change this to isEmpty!
74+
// if any issue with an in-built locator filter
75+
// do not forget to add it in QgsLocator::CORE_FILTERS
7376
if ( mActivePrefifx.isNull() )
7477
return prefix();
7578
else

0 commit comments

Comments
 (0)
Please sign in to comment.