Skip to content

Commit

Permalink
Made change suggested by marcusbritanicus
Browse files Browse the repository at this point in the history
  • Loading branch information
doug1234 committed Mar 28, 2024
1 parent d20c815 commit 40cbc8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyqt/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ def __init__(self, project):
self._project = project

def apply_user_defaults(self, tool):
self.libraries.append('qtermwidget5')
self.libraries.append('qtermwidget6')
super().apply_user_defaults(tool)

0 comments on commit 40cbc8d

Please sign in to comment.