qt5base-lts/tests/auto/corelib/tools/qlatin1string
Marc Mutz 1da975cdc5 QLatin1String: add at()/op[]/mid()/right()/left()
QLatin1String can be used as a string-view-like type.
When attempting to do so in uic, mid() and at() were
found to be missing. Added the others for completeness.

Use the new functions in uic, for which they were
originally conceived.

[ChangeLog][QtCore][QLatin1String] Added at(),
operator[](), mid(), right(), left().

Change-Id: I4cfe3e9ed1157dedee754b2012d9678fe72b161e
Reviewed-by: Milian Wolff <milian.wolff@kdab.com>
Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
2016-02-19 18:16:38 +00:00
..
.gitignore QLatin1String: add test 2015-10-19 15:55:21 +00:00
qlatin1string.pro Use correct test to add C++14 to the project configuration 2015-12-01 15:46:31 +00:00
tst_qlatin1string.cpp QLatin1String: add at()/op[]/mid()/right()/left() 2016-02-19 18:16:38 +00:00