Skip to content

Fix qt warning:

Laurent Montel requested to merge work/fix_warning_qt into master

"QtPrivate::DeprecatedRefClassBehavior::warn|?libKF5ConfigCore.so.5?|?libKF5ConfigCore.so.5? 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."

We try to access to an invalid index.

Merge request reports