Skip to content
Commit e29df866 authored by Volker Krause's avatar Volker Krause
Browse files

Port from QStringRef to QStringView, QStringRef is gone in Qt6

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.
parent 070009a5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment