Skip to content

Port QStringRef (deprecated) to QStringView

Ahmad Samir requested to merge work/ahmad/qstringref-port into master

Some instances of QStringRef still remain (mainly toInt() and split()), since QStringView's implementation of toInt() and split() is not optimized in Qt5, we'll defer those changes to Qt6.

NO_CHANGELOG

Edited by Ahmad Samir

Merge request reports