mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
removed extra ;
This commit is contained in:
parent
5b4aed3aa2
commit
a4bb9058b4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user