Skip to content

Commit a4bb905

Browse files
committed
removed extra ;
1 parent 5b4aed3 commit a4bb905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/qgsfeaturelistcombobox.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ bool QgsFeatureListComboBox::event( QEvent *event )
208208
if ( event->type() == QEvent::EnabledChange )
209209
mLineEdit->setShowClearButton( true );
210210

211-
return QComboBox::event( event );;
211+
return QComboBox::event( event );
212212
}
213213

214214
bool QgsFeatureListComboBox::allowNull() const

0 commit comments

Comments
 (0)