Skip to content
  • Volker Krause's avatar
    Port from QStringRef to QStringView · 15611cac
    Volker Krause authored and Nicolás Alvarez's avatar Nicolás Alvarez committed
    The QStringView::to[Number]() methods in Qt5 cause one extra allocation
    compared to the QStringRef counter-part. As long as we aren't on a hot
    path this is probably not worth the extra #ifdef though.
    15611cac