[Development] Are SiCs through #include cleanups considered acceptable?

Allan Sandfeld Jensen kde at carewolf.com
Sat Apr 11 11:54:11 CEST 2015


On Thursday 09 April 2015, Thiago Macieira wrote:
> On Thursday 09 April 2015 11:20:30 Frank Osterfeld wrote:
> > > My vote obviously goes to allowing them.
> > 
> > I had to fix includes when building client code with 5.5 branch (coming
> > from 5.4.1), so this is an actual issue right now, not just a
> > theoretical one. I can do more research which headers I needed to
> > include, if that’s a help to anyone.
> 
> It's probably the QStringList change.
> 
Or the change from including math.h to cmath in qmath.h, which is source 
incompatible on QNX, in files where the user depended on the math functions 
being in the global namespace without including math.h directly themselves. 

`Allan



More information about the Development mailing list