Details
-
Task
-
Resolution: Unresolved
-
P2: Important
-
None
-
None
-
None
-
8
-
a608744c9 (dev), 603388c46 (6.5)
Description
The recent rename of QLatin1String to QLatin1StringView left the documentation of functions inconsistent. The functions used to refer to QLatin1String objects as strings, which is natural, since that was the name of the class. After the rename, they should now use string view, for consistency with the other view classes (QStringView, QUtf8StringView, QByteArrayView).