Qt 6.0 adaptation: no member named 'midRef' in 'QString'. How to solve?
Unsolved
General and Desktop
-
@bogong said in Qt 6.0 adaptation: no member named 'midRef' in 'QString'. How to solve?:
How to solve it in Qt 6.0?
Use QStringView ctor.
-
@Christian-Ehrlicher what is "ctor"? Class constructor?
-
@bogong said in Qt 6.0 adaptation: no member named 'midRef' in 'QString'. How to solve?:
what is "ctor"
Constructor.