Details
-
Task
-
Resolution: Done
-
P0: Blocker
-
None
-
None
-
9c35ab1cc2 (qt/qtbase/dev) ebf0836a64 (qt/qtbase/6.3) ebf0836a64 (qt/tqtc-qtbase/6.3) ebf0836a64 (qt/tqtc-qtbase/6.3.0)
-
Team One Foundation Sprint 52
Description
Like all other View:: methods, QByteArrayView::toInt() etc must be inline, delegating to a free function taking the QByteArrayView by value, to avoid forcing QBAV onto the stack for calling the member function.