Re: [Development] Is make sense to use QVarLengthArray instead of QByteArray/QVector ?

2014-07-04 Thread Thiago Macieira
On Friday 04 July 2014 12:48:28 Denis Shienkov wrote: > Hi all. > > I have plans to replace use of QByteArray, which is used as the container > for work with еру WinAPI functions, for example on QVarLengthArray. But I > am confused by the fact of that in guts of QtCore is still often used the > QB

[Development] Is make sense to use QVarLengthArray instead of QByteArray/QVector ?

2014-07-04 Thread Denis Shienkov
Hi all. I have plans to replace use of QByteArray, which is used as the container for work with еру WinAPI functions, for example on QVarLengthArray. But I am confused by the fact of that in guts of QtCore is still often used the QByteArray for this purpose. Upon transition to QVarLengthArray the