Skip to content

Commit

Permalink
Note for our future selves
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Nov 23, 2024
1 parent d6b2e7f commit 4927877
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/locator/qfieldlocatorfilter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ void QFieldLocatorFilter::fetchResults( const QString &string, const QgsLocatorC
if ( object )
{
mFetchResultsEnded = false;
// These SIGNAL() SLOT() macros are needed, it is the only connect syntax that will work with signals declared within the QML environment itself
connect( object, SIGNAL( prepareResult( QVariant ) ), this, SLOT( prepareResult( QVariant ) ) );
connect( object, SIGNAL( fetchResultsEnded() ), this, SLOT( fetchResultsEnded() ) );

Expand Down

0 comments on commit 4927877

Please sign in to comment.