Re: [Development] Qt 5.2 header diff: QtCore

2013-11-04 Thread Thiago Macieira
On segunda-feira, 4 de novembro de 2013 17:25:45, Thiago Macieira wrote: > qmetatype.h: > > +#include > > +#include > > +#include > > Argh. Thanks for making the compilation that much slower. These three lines > probably impact Qt's compilation time in 20%, or more. With those three lines, sr

Re: [Development] Qt 5.2 header diff: QtCore

2013-11-04 Thread Thiago Macieira
I didn't find anything, but I did not review qmetatype.h. These are just comments and explanations. On segunda-feira, 4 de novembro de 2013 16:07:32, Thiago Macieira wrote: qlogging.h: > -enum QtMsgType { QtDebugMsg, QtWarningMsg, QtCriticalMsg, QtFatalMsg, > QtSystemMsg = QtCriticalMsg }; > +e