removed extra ;

This commit is contained in:
signedav 2018-10-25 15:00:00 +02:00
parent 5b4aed3aa2
commit a4bb9058b4

View File

@ -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