[Interest] How long is QMatrix obsolete?

Tr3wory tr3w at freemail.hu
Tue Aug 12 11:33:12 CEST 2014


On Sat, Aug 9, 2014 at 10:34 AM, Guido Seifert <wargand at gmx.de> wrote:
> That's not what I meant. I just question whether it makes sense to declare a class like QMatrix obsolete.
> It is not like QFtp or QHttp, QMatrix is so entwined in old code, it can never be removed or changed.

I think it depends on the code. For example I used QHttp frequently,
but I don't really remember using QMatrix.

But anyway, since it's obsolete, you should use QTransform in your new
code, and change to QTransform in your old code any time you touch it
for any reason. That way you can remove QMatrix gradually, and since
you have functions to convert between the two back and forth, this
process is fairly simple. Not like in the QHttp case...

tr3w



More information about the Interest mailing list