... and collapse adjacent C string literals.
Both QStringBuilder and non-QStringBuilder builds have no problem
resolving an operator+ for char[] and QByteArray, so there's no need
to turn the char[] into a QByteArray using the _ba UDL first.
It just causes pain because not all active branches support this UDL,
so remove, to bring this code in line with what the cherry-picks to
6.2 and 5.15 must needs had to use.
Amends
|
||
|---|---|---|
| .. | ||
| XML-Test-Suite | ||
| data | ||
| .gitattributes | ||
| .gitignore | ||
| CMakeLists.txt | ||
| XML-Test-Suite-LICENSE.txt | ||
| qc14n.h | ||
| setupSuite.sh | ||
| tst_qxmlstream.cpp | ||