Re: [Development] qsizetype

2022-09-06 Thread Kevin Kofler via Development
Alex Blasche wrote: > 2.) An alternative might be to make this change in one go for Qt 7. We > would keep Qt 6.x on the status quo but start adding compatible > replacement APi with an absolute change at 7.0 (ifdefs or typedefs come to > mind). Users would only be burdened one time (though it being

Re: [Development] qsizetype

2022-09-06 Thread Alex Blasche
Hi Volker, > >From: Development on behalf of Volker >Hilsheimer >I agree that it would be great if users of Qt could flip on aggressive compile >options to get warnings about narrowing-conversions. >But again, is that worth it? And is that more importa

[Development] Meeting minutes from Qt Release Team meeting 06.09.2022

2022-09-06 Thread Jani Heikkinen
Qt 6.3 status: - Qt 6.3.2 preparations still ongoing * All needed fixes should be in and final dependency update round ongoing * Target is to release Qt 6.3.2 as soon as possible ** latest estimation Fri 9th September Qt 6.4 status: - Qt 6.4.0 Beta4 released - Branching from '6.4' to '

Re: [Development] qsizetype

2022-09-06 Thread Volker Hilsheimer
> On 5 Sep 2022, at 19:15, Marc Mutz wrote: > > Hi, > > Experience shows that we'll have many, many, many things to consider come Qt > 7. And as Qt 6 has shown, such trivialities will be left by the wayside. So, > playing the devil's advocate here: if this work is too much for Qt 6.x, what >

Re: [Development] qsizetype

2022-09-06 Thread Edward Welbourne
Volker Hilsheimer (5 September 2022 17:31) wrote: >> We have virtual functions that take int and could potentially be fed >> by the return value of container.size() (or generally need to be able >> to handle values >2G), so should take a qsizetype (say, >> QAbstractItemModel::insertRows, overridden