Porting to SailfishOS: QStringView

I’m trying to port some Qt 6.0 code to SailfishOS that is using QStringView. Do you have a good implementation for an alternative to QStringView? I’m struggling to get one working fine.

If it’s not really performance relevant: Just make a copy and use QString otherwise there used to be a QStringRef

1 Like