add new application qflatboob
This commit is contained in:
parent
a93daefb4a
commit
07f105910e
11 changed files with 1068 additions and 1 deletions
|
|
@ -201,11 +201,13 @@ class QtDo(QObject):
|
|||
if not backend:
|
||||
self.disconnect(self, SIGNAL('cb'), self.local_cb)
|
||||
self.disconnect(self, SIGNAL('eb'), self.local_eb)
|
||||
self.process = None
|
||||
|
||||
def local_eb(self, backend, error, backtrace):
|
||||
self.eb(backend, error, backtrace)
|
||||
self.disconnect(self, SIGNAL('cb'), self.local_cb)
|
||||
self.disconnect(self, SIGNAL('eb'), self.local_eb)
|
||||
self.process = None
|
||||
|
||||
def thread_cb(self, backend, data):
|
||||
self.emit(SIGNAL('cb'), backend, data)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue