[Interest] How long is QMatrix obsolete?

Thiago Macieira thiago.macieira at intel.com
Sat Aug 9 15:21:18 CEST 2014


On Saturday 09 August 2014 12:39:01 André Somers wrote:
> Why would you think that? For what yse of QMatrix is QTransform not an
> (almost) drop-in replacement with more capabilities? I think it is
> perfectly reasonable to remove QMatrix in Qt 6, including all methods in
> other classes that take a QMatrix as an argument. The same goes for QRegExp
> by the way. 

QRegExp is a little hard since there's a lot of code inside Qt *using* 
QRegExp, not just taking it. Also, we've ended up needing regular expressions 
in the bootstrapped programs (qmake, moc, rcc), for which bootstrapping PCRE 
would be a real PITA.

However, yes, we should start to fix those codebases now in Qt 5 so that 
removal in Qt 6 is as simple as removing the class and some #ifdefs.
-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center




More information about the Interest mailing list