Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove tst_QStringRef::localeAwareCompare | Olivier Goffart | 2010-06-02 | 1 | -176/+0 |
| | | | | This new test breaks on embedded. | ||||
* | tst_qstringref.cpp: Fix licence header and compilation on windows | Olivier Goffart | 2010-06-01 | 1 | -4/+3 |
| | | | | Somehow the emacs macro for style did a too good job | ||||
* | Add some convenience functions for QStringRef | Anders Bakken | 2010-05-31 | 1 | -0/+1058 |
QStringRef was hard to use for a lot of real-world tasks since it lacked methods similar to the ones in QString for indexOf/lastIndexOf/contains/startsWith/endsWith This patch adds that functionality. I also copied the relevant test cases from QString for the new APIs and introduced a QStringRef test. Merge-request: 625 Reviewed-by: Olivier Goffart <olivier.goffart@nokia.com> Reviewed-by: ossi |