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/providers.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/providers.py')
-rw-r--r-- | src/leap/bitmask/gui/providers.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/leap/bitmask/gui/providers.py b/src/leap/bitmask/gui/providers.py index 6954411f..4a6f961a 100644 --- a/src/leap/bitmask/gui/providers.py +++ b/src/leap/bitmask/gui/providers.py @@ -98,7 +98,6 @@ class Providers(QtCore.QObject): self._combo.setCurrentIndex(prev_provider) self._combo.blockSignals(False) - @QtCore.Slot(int) def _current_provider_changed(self, idx): """ TRIGGERS: |