1
0

Labels plugin now working for multiple windows

This commit is contained in:
Neil Booth
2015-09-04 17:38:14 +09:00
parent 31a4f38db4
commit 89fbda30e0
3 changed files with 107 additions and 87 deletions

View File

@@ -83,7 +83,6 @@ class Plugin(BasePlugin):
def __init__(self, parent, config, name):
BasePlugin.__init__(self, parent, config, name)
self.daemon = True
self.listener = None
self.obj = QObject()
self.obj.connect(self.obj, SIGNAL('cosigner:receive'), self.on_receive)