add new application qflatboob

This commit is contained in:
Romain Bignon 2012-02-16 16:29:40 +01:00
commit 07f105910e
11 changed files with 1068 additions and 1 deletions

View file

@ -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)