Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix widget name in custom widget
  • Loading branch information
3nids committed Mar 27, 2020
1 parent adddfdc commit 59bd9b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/customwidgets/qgsfeaturelistcomboboxplugin.cpp
Expand Up @@ -81,7 +81,7 @@ QString QgsFeatureListComboBoxPlugin::whatsThis() const
QString QgsFeatureListComboBoxPlugin::domXml() const
{
return QString( "<ui language=\"c++\">\n"
" <widget class=\"%1\" name=\"mQgsFeatureListComboBox\">\n"
" <widget class=\"%1\" name=\"mFeatureListComboBox\">\n"
" <property name=\"geometry\">\n"
" <rect>\n"
" <x>0</x>\n"
Expand Down

0 comments on commit 59bd9b8

Please sign in to comment.