On Monday, 4 November 2019 11:07:05 PST Benjamin TERRIER wrote:
> Looking at QXcbClipboard code, the xcb event queue is blocked on a
> QWaitCondition. To my knowledge a QWaitCondition will not unlock unless
> wakeOne() or wakeAll() is called.

Correct, but that is only used when there's another thread polling the XCB 
event queue. The problem is that the event doesn't get posted.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel System Software Products



_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to