diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2015-01-28 16:10:28 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2015-01-28 17:47:05 -0300 |
commit | 8cdeeadf9e258f31d401c133d73cfc29f86d9d29 (patch) | |
tree | 05ff8cba4e8a3d4ac85a018564de233ac843ca24 /src/leap/bitmask/gui/app.py | |
parent | 73de8eae2422bedae0899ff11d8203178e6f2dbb (diff) |
Remove all the Slot() decorators.
This causes (on certain scenarios) the app to segfault and it is really
hard to debug.
Diffstat (limited to 'src/leap/bitmask/gui/app.py')
-rw-r--r-- | src/leap/bitmask/gui/app.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/leap/bitmask/gui/app.py b/src/leap/bitmask/gui/app.py index 75dc4a38..5fe031b1 100644 --- a/src/leap/bitmask/gui/app.py +++ b/src/leap/bitmask/gui/app.py @@ -50,7 +50,6 @@ class App(QtGui.QWidget): self._backend_checker.timeout.connect(self._check_backend_status) self._backend_checker.start(2000) - @QtCore.Slot() def _check_backend_status(self): """ TRIGGERS: |