We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b4aed3 commit a4bb905Copy full SHA for a4bb905
src/gui/qgsfeaturelistcombobox.cpp
@@ -208,7 +208,7 @@ bool QgsFeatureListComboBox::event( QEvent *event )
208
if ( event->type() == QEvent::EnabledChange )
209
mLineEdit->setShowClearButton( true );
210
211
- return QComboBox::event( event );;
+ return QComboBox::event( event );
212
}
213
214
bool QgsFeatureListComboBox::allowNull() const
0 commit comments