Skip to content

Commit 95ddaa8

Browse files
committedOct 26, 2017
Fix build warning
1 parent 7ec35e0 commit 95ddaa8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/gui/editorwidgets/qgsrelationreferencewidget.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -677,6 +677,7 @@ void QgsRelationReferenceWidget::mapIdentification()
677677

678678
void QgsRelationReferenceWidget::comboReferenceChanged( int index )
679679
{
680+
Q_UNUSED( index )
680681
mReferencedLayer->getFeatures( mComboBox->currentFeatureRequest() ).nextFeature( mFeature );
681682
highlightFeature( mFeature );
682683
updateAttributeEditorFrame( mFeature );

0 commit comments

Comments
 (0)
Please sign in to comment.