Skip to content
Permalink
Browse files
connect missed signal
  • Loading branch information
alexbruy committed Dec 5, 2012
1 parent 8c32fe9 commit 98dc557
Showing 1 changed file with 2 additions and 0 deletions.
@@ -46,6 +46,8 @@ def __init__(self, toolbox):
if hasattr(self.searchBox, 'setPlaceholderText'):
self.searchBox.setPlaceholderText(self.tr("Search..."))

self.searchBox.textChanged.connect(self.fillTree)

self.fillTree()

def fillTree(self):

0 comments on commit 98dc557

Please sign in to comment.