Diffusion Krita c07d3b740024

Make the timer in KisSignalCompressor be a part of QObject hierarchy

Authored by dkazakov on May 2 2016, 1:11 PM.

Description

Make the timer in KisSignalCompressor be a part of QObject hierarchy

The timer should be able to move to another thread together with
his parent signal compressor.

BUG:362392
Fixes T2378

Details

Committed
dkazakovMay 2 2016, 1:16 PM
Parents
R37:d9c68ec2f32e: BUG:361973 Remove all our custom mime types
Branches
Unknown
Tags
Unknown
Tasks
T2378: Fix updating of global selection

Why did this require converting to a pointer? Couldn't this have been done by simply adding m_timer(this) to the initializer list?