Skip to content

Commit

Permalink
BUG: Duplicate designer plugin class name
Browse files Browse the repository at this point in the history
  • Loading branch information
KurtJacobson committed Aug 22, 2020
1 parent 89d00f1 commit 120ae20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qtpyvcp/widgets/input_widgets/designer_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def domXml(self):
</widget>"""

from setting_slider import VCPSettingsComboBox
class VCPSettingsCheckBoxPlugin(_DesignerPlugin):
class VCPSettingsComboBoxPlugin(_DesignerPlugin):
def pluginClass(self):
return VCPSettingsComboBox
def designerExtensions(self):
Expand Down

0 comments on commit 120ae20

Please sign in to comment.