Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update src/gui/qgsexpressionbuilderwidget.cpp
Co-Authored-By: Matthias Kuhn <matthias@opengis.ch>
  • Loading branch information
signedav and m-kuhn committed Dec 3, 2019
1 parent 5816daa commit a4a32fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsexpressionbuilderwidget.cpp
Expand Up @@ -1239,7 +1239,7 @@ bool QgsExpressionItemSearchProxy::filterAcceptsRow( int source_row, const QMode
}
else
{
QStringList tags = sourceModel()->data( index, QgsExpressionItem::SEARCH_TAGS_ROLE ).toStringList();
const QStringList tags = sourceModel()->data( index, QgsExpressionItem::SEARCH_TAGS_ROLE ).toStringList();
for ( const QString &tag : tags )
{
if ( tag.contains( filterRegExp() ) )
Expand Down

0 comments on commit a4a32fa

Please sign in to comment.