Skip to content

Commit

Permalink
removed extra ;
Browse files Browse the repository at this point in the history
  • Loading branch information
signedav committed Oct 25, 2018
1 parent 5b4aed3 commit a4bb905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsfeaturelistcombobox.cpp
Expand Up @@ -208,7 +208,7 @@ bool QgsFeatureListComboBox::event( QEvent *event )
if ( event->type() == QEvent::EnabledChange )
mLineEdit->setShowClearButton( true );

return QComboBox::event( event );;
return QComboBox::event( event );
}

bool QgsFeatureListComboBox::allowNull() const
Expand Down

0 comments on commit a4bb905

Please sign in to comment.