Skip to content

Commit 71c17b8

Browse files
committedOct 29, 2017
Fix build
1 parent 43dfa28 commit 71c17b8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/gui/editorwidgets/qgsrelationreferencewidget.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,6 @@ void QgsRelationReferenceWidget::filterChanged()
832832
if ( ccb->currentIndex() != 0 )
833833
{
834834
const QString fieldName = cb->property( "Field" ).toString();
835-
filtered = true;
836835

837836
cb->blockSignals( true );
838837
cb->clear();

0 commit comments

Comments
 (0)
Please sign in to comment.