We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b627b3 commit d0b4678Copy full SHA for d0b4678
src/app/locator/qgslocatoroptionswidget.cpp
@@ -67,7 +67,7 @@ void QgsLocatorOptionsWidget::configureCurrentFilter()
67
QModelIndex sel = selected.at( 0 ).indexes().at( 0 );
68
QgsLocatorFilter *filter = mModel->filterForIndex( sel );
69
if ( filter )
70
- filter->openConfigWidget();
+ filter->openConfigWidget( this );
71
}
72
73
0 commit comments