qutebrowser/qutebrowser/utils
Andreas Fischer 34c9a73e32 Fix bug #399 (crashes on systems with pyqt < 5.3)
Crash occurs in usertypes.py / Question class due to Python slots
being called on deleted Qt objects. This causes either a TypeError or
an AttributeError (probably depending on the state of the deleted Qt
object?).

Fixed by declaring slots in the Question object explicitly via
decorator "@pyqtSlot()".

Possible further TODOs:
- Find out whether this is a problem for slots in other objects as
  well.
- Create unittest for this bug (might me somewhat tricky, though).
2015-01-08 09:52:53 +01:00
..
__init__.py Update copyright years 2015-01-03 15:51:31 +01:00
debug.py Update copyright years 2015-01-03 15:51:31 +01:00
docutils.py Update copyright years 2015-01-03 15:51:31 +01:00
jinja.py Update copyright years 2015-01-03 15:51:31 +01:00
log.py Update copyright years 2015-01-03 15:51:31 +01:00
message.py Update copyright years 2015-01-03 15:51:31 +01:00
objreg.py Update copyright years 2015-01-03 15:51:31 +01:00
qtutils.py Update copyright years 2015-01-03 15:51:31 +01:00
standarddir.py Update copyright years 2015-01-03 15:51:31 +01:00
urlutils.py Update copyright years 2015-01-03 15:51:31 +01:00
usertypes.py Fix bug #399 (crashes on systems with pyqt < 5.3) 2015-01-08 09:52:53 +01:00
utils.py Replace unencodable chars in download filenames. 2015-01-03 17:50:59 +01:00
version.py Add SSL info to version info. 2015-01-03 18:19:16 +01:00