Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix QStringView::mid() to behave as documented when passed -1 for length
With 84b53a4 the behaviour was documented to be the same as QString::mid(), however this did not account for when -1 is passed for the length when it should get the rest of the string. So this ensures this behavior is put in place. Fixes: QTBUG-93677 Change-Id: Id41e136d78a13ff369508e37e6c679c76c6ae399 Reviewed-by: Lars Knoll <[email protected]>
- Loading branch information