> On 23 May 2019, at 11:50, Olivier Goffart <oliv...@woboq.com> wrote:
> 
> On 22.05.19 15:49, Lars Knoll wrote:
> [...]
>> 2. Move QStringList and QByteArrayList over to inherit from QVector (that 
>> should be source compatible)
>> 3. Rename QStringList to QStringVector (keep QStringList as a compatibility 
>> name), same for QBAList
> 
> I wouldn't do that.
> I'd just make  using QStringList = QVector<QString>;
> and let QVector<T> inherit from QVectorSpecialMethods<T> which would be 
> specialized for QString and QByteArray (similar to what QListSpecialMethods 
> is today)

Of course, that’s what I actually meant :)

Cheers,
Lars

_______________________________________________
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development

Reply via email to