Skip to content

Guard against accessing out of range index into a QString

Ahmad Samir requested to merge work/ahmad/qstring-range into master

Gets rid of "Using QCharRef with an index pointing outside the valid range of a QString. The corresponding behavior is deprecated, and will be changed in a future version of Qt." :)

Merge request reports