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 quantity of typecasts will decrease (it will bring to reduce a length of lines, by removing of long "reinterpret_cast<bla-bla>"), i.e. to simplify of code. Whether there is a sense to transition to QVarLengthArray? PS: For example, I speak like about it: https://codereview.qt-project.org/#/c/89096/2/src/serialport/qserialportinfo_win.cpp Best regards, Denis
_______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
