Files
pallectrum/electrum
SomberNight f2e3d11014 qt gui __init__: rm deprecated QApplication attr AA_X11InitThreads
From https://doc.qt.io/qt-5/qt.html :
> The following values are deprecated or obsolete:
> Constant              Value   Description
> Qt::AA_X11InitThreads 10      This value is obsolete and has no effect.

We started setting this attribute back when using Qt4,
as a workaround for some threading issues: https://github.com/spesmilo/electrum/pull/2820

However,
- in Qt5 it no longer has any effect,
- the original threading issues were fixed
  in https://github.com/spesmilo/electrum/pull/3326 and https://github.com/spesmilo/electrum/pull/3330
2022-10-14 19:02:23 +00:00
..
2022-09-15 11:54:42 +01:00
2022-07-07 18:29:01 +02:00
2022-08-31 11:03:04 +02:00
2022-07-22 13:01:21 +08:00
2022-08-03 14:03:27 +00:00
2022-09-29 12:13:22 +02:00
2022-09-26 20:13:45 +02:00