Re: [Development] Qt XML and Qt Xml Patterns

2019-05-26 Thread Sérgio Martins via Development
On 2019-05-25 21:55, Bernhard Lindner wrote: Using XML without using a schema validator is (or at least should be) a no-go. So even if the Qt XML component should be continued in some way, Qt should also not lack a schema validator. Have you tried other C++ schema validators ? We should be ca

Re: [Development] QList for Qt 6

2019-05-26 Thread Thiago Macieira
On Friday, 24 May 2019 05:09:30 PDT Mutz, Marc via Development wrote: > 1. Make QVector slower for every user (because of the extra memory load > in calculating begin()) Nope. QVector, QString and QByteArray carry their begin pointer in the object itself. So there's no indirect load *and* it supp

Re: [Development] What's the status of a moved-from object?

2019-05-26 Thread Konstantin Ritt
сб, 25 мая 2019 г., 20:42 Mutz, Marc via Development < development@qt-project.org>: > On 2019-05-25 17:24, Konstantin Ritt wrote: > > сб, 25 мая 2019 г., 12:30 Mutz, Marc via Development > >> Repeat after me: default ctors do _not_ establish a valid value. > > > > Perhaps you mean "trivial type's