Merge pull request #207 from hengestone/master

Fix PyQt5 error
brokers_config
goodboy 2021-07-21 14:16:29 -04:00 committed by GitHub
commit 663373cb04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -486,7 +486,7 @@ class SearchBar(QtWidgets.QLineEdit):
self.view.hide()
class SearchWidget(QtGui.QWidget):
class SearchWidget(QtWidgets.QWidget):
'''Composed widget of ``SearchBar`` + ``CompleterView``.
Includes helper methods for item management in the sub-widgets.