Skip to content

Commit

Permalink
fix(HelpFilterSettingsWidget): used wrong class as Mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
phil65 committed Jul 26, 2023
1 parent eb806bb commit e6c6e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prettyqt/qthelp/helpfiltersettingswidget.py
Expand Up @@ -4,7 +4,7 @@
from prettyqt.qt import QtHelp


class HelpFilterSettingsWidget(widgets.Widget, QtHelp.QHelpFilterSettingsWidget):
class HelpFilterSettingsWidget(widgets.WidgetMixin, QtHelp.QHelpFilterSettingsWidget):
"""Widget that allows for creating, editing and removing filters."""


Expand Down

0 comments on commit e6c6e9d

Please sign in to comment.