Set _pattern (not pattern) in filter model __init__
This commit is contained in:
parent
109522e43f
commit
89bd255be1
@ -280,7 +280,7 @@ class CompletionFilterModel(QSortFilterProxyModel):
|
|||||||
|
|
||||||
def __init__(self, parent=None):
|
def __init__(self, parent=None):
|
||||||
super().__init__(parent)
|
super().__init__(parent)
|
||||||
self.pattern = ''
|
self._pattern = ''
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def pattern(self):
|
def pattern(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user