Re: [Development] HEADS UP: Don't use QList, use Q_DECLARE_TYPEINFO

2015-08-08 Thread Marc Mutz
On Friday 07 August 2015 19:41:07 Kuba Ober wrote: > How about making such traits explicitly necessary? People would then have > to learn about them. As a user, I wouldn't mind - the compiler would pick > it all up for me. An option for Qt 6, but for Qt 5, it would be a source-incompatible change.

Re: [Development] HEADS UP: Don't use QList, use Q_DECLARE_TYPEINFO

2015-08-08 Thread Kevin Kofler
Marc Mutz wrote: > On Friday 07 August 2015 19:41:07 Kuba Ober wrote: >> How about making such traits explicitly necessary? People would then have >> to learn about them. As a user, I wouldn't mind - the compiler would pick >> it all up for me. > > An option for Qt 6, but for Qt 5, it would be a

Re: [Development] HEADS UP: Don't use QList, use Q_DECLARE_TYPEINFO

2015-08-08 Thread Thiago Macieira
On Sunday 09 August 2015 03:26:33 Kevin Kofler wrote: > Marc Mutz wrote: > > On Friday 07 August 2015 19:41:07 Kuba Ober wrote: > >> How about making such traits explicitly necessary? People would then have > >> to learn about them. As a user, I wouldn't mind - the compiler would pick > >> it all u