Diffusion Amor 93b5121bea3a

Store QueueItem's by value

Authored by pino on Jun 1 2019, 11:15 AM.

Description

Store QueueItem's by value

Instead of storing them as heap objects, store them by value; QQueue
allows to in-place change the items in it.

This fixes the leaks of the QueueItem objects, dequeued after showing
the tips they contain.

Details

Committed
pinoJun 1 2019, 11:15 AM
Parents
R773:b68f1c7089e7: Remove Q_OS_LINUX conditionals for XCB code
Branches
Unknown
Tags
Unknown